More sway workspace binds

This commit is contained in:
Evie Litherland-Smith 2024-04-21 13:13:05 +01:00
parent 643467175b
commit bcc8a452e5

View file

@ -126,6 +126,8 @@
# Movement
"${modifier}+comma" = "workspace prev";
"${modifier}+period" = "workspace next";
"${modifier}+shift+comma" = "move workspace prev";
"${modifier}+shift+period" = "move workspace next";
"${modifier}+bracketleft" = "move workspace to output left";
"${modifier}+bracketright" = "move workspace to output right";