sway: switch workspace focus {left,right} bindings

This commit is contained in:
surtur 2022-10-17 22:07:30 +02:00
parent 029ad4e98f
commit 6ed3260825
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -314,8 +314,8 @@ bindsym --to-code
$mod+Shift+comma workspace prev_on_output
$mod+Shift+period workspace next_on_output
$mod+Shift+tab workspace back_and_forth
$mod+comma focus output right
$mod+period focus output left
$mod+comma focus output left
$mod+period focus output right
$mod+0 exec ~/.local/bin/swws.py 0
$mod+1 exec ~/.local/bin/swws.py 1
$mod+2 exec ~/.local/bin/swws.py 2