From 0cffdeafab4dd9a494f6865d8ec67ef1b33c6908 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 12 Jul 2023 00:30:14 +0000 Subject: [PATCH] sxmo_hook_rotate.sh: update docs for CLI args see `swayrotinvert()` in sxmo_rotate.sh, which calls this hook with "invert" --- configs/default_hooks/sxmo_hook_rotate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/default_hooks/sxmo_hook_rotate.sh b/configs/default_hooks/sxmo_hook_rotate.sh index 3c56825..8e1a550 100755 --- a/configs/default_hooks/sxmo_hook_rotate.sh +++ b/configs/default_hooks/sxmo_hook_rotate.sh @@ -8,4 +8,4 @@ # The following parameters are provided: # $1 = the new orientation -# possible values are "normal", "left" and "right" +# possible values are "normal", "invert", "left" and "right"