From 09f492ef7724a91322a69e6b519d6e05a3e30f4a Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 26 Apr 2021 13:14:11 +0200 Subject: sway: rotate output anti-clockwise --- .config/sway/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index e5b5c42..a4cd7ad 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -48,7 +48,7 @@ bindsym Escape mode "default" } bindsym $mod+Shift+b border toggle -bindsym $mod+Shift+r output - transform 90 clockwise +bindsym $mod+Shift+r output - transform 90 anticlockwise bindsym $mod+Shift+a exec soundswitch # }}} -- cgit 1.4.1