Change next/prev workspace to be monitor specific

This commit is contained in:
Daniel_I_Am 2022-01-17 17:26:56 +01:00
parent e6fba763c7
commit e38886e6f1

View File

@ -198,11 +198,11 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
bindsym Ctrl+$alt+Left workspace prev
bindsym Ctrl+$alt+Right workspace next
bindsym Ctrl+$alt+Left workspace prev_on_output
bindsym Ctrl+$alt+Right workspace next_on_output
bindsym Ctrl+Shift+$alt+Left move container to workspace prev
bindsym Ctrl+Shift+$alt+Right move container to workspace next
bindsym Ctrl+Shift+$alt+Left move container to workspace prev_on_output; workspace prev_on_output
bindsym Ctrl+Shift+$alt+Right move container to workspace next_on_output; workspace next_on_output
# lock the screen
bindsym $mod+l exec "loginctl lock-session"