diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-26 13:14:11 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 13:14:11 +0200 |
| commit | 09f492ef7724a91322a69e6b519d6e05a3e30f4a (patch) | |
| tree | 84319395cbd469ac6a301349b06f77458c1a882f | |
| parent | 5dca7b74e3d63c2e93c924db2676f4dba0f289f9 (diff) | |
sway: rotate output anti-clockwise
| -rw-r--r-- | .config/sway/binds.conf | 2 |
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 # }}} |