diff --git a/module/sway/module/20-Workspace b/module/sway/module/20-Workspace index 27abf03..a23d28e 100644 --- a/module/sway/module/20-Workspace +++ b/module/sway/module/20-Workspace @@ -23,3 +23,11 @@ bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 # Note: workspaces can have any name you want, not just numbers. # 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