Sway : Switch workspaces left-right.

This commit is contained in:
Dmitry Voronin 2024-03-28 06:51:46 +03:00
parent 92f9edf8f4
commit e793378466

View file

@ -23,3 +23,11 @@ bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10 bindsym $mod+Shift+0 move container to workspace number 10
# Note: workspaces can have any name you want, not just numbers. # Note: workspaces can have any name you want, not just numbers.
# We just use 1-10 as the default. # We just use 1-10 as the default.
# Switch left-right.
bindsym $mod+e workspace next
bindsym $mod+q workspace prev
# Move left-right.
bindsym $mod+Shift+e move container to workspace next
bindsym $mod+Shift+q move container to workspace prev