summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-04-26 13:14:11 +0200
committerRobert Günzler <r@gnzler.io>2021-04-26 13:14:11 +0200
commit09f492ef7724a91322a69e6b519d6e05a3e30f4a (patch)
tree84319395cbd469ac6a301349b06f77458c1a882f /.config
parent5dca7b74e3d63c2e93c924db2676f4dba0f289f9 (diff)
sway: rotate output anti-clockwise
Diffstat (limited to '.config')
-rw-r--r--.config/sway/binds.conf2
1 files changed, 1 insertions, 1 deletions
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
 # }}}