From c7df343008ed2705dea7ae13360047d4595f35d0 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 11 Oct 2023 01:11:46 +0000 Subject: [PATCH] sxmo_hook_rotate.sh: update docs for CLI args see `swayrotinvert()` in sxmo_rotate.sh, which calls this hook with "invert" Signed-off-by: Willow Barraco --- 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"