@@ -30,16 +30,16 @@ bind = $mainMod, up, movefocus, u
3030bind = $mainMod, down, movefocus, d
3131
3232# Switch workspaces with mainMod + [0-9]
33- bind = $mainMod, 1, workspace , 1
34- bind = $mainMod, 2, workspace , 2
35- bind = $mainMod, 3, workspace , 3
36- bind = $mainMod, 4, workspace , 4
37- bind = $mainMod, 5, workspace , 5
38- bind = $mainMod, 6, workspace , 6
39- bind = $mainMod, 7, workspace , 7
40- bind = $mainMod, 8, workspace , 8
41- bind = $mainMod, 9, workspace , 9
42- bind = $mainMod, 0, workspace , 10
33+ bind = $mainMod, 1, focusworkspaceoncurrentmonitor , 1
34+ bind = $mainMod, 2, focusworkspaceoncurrentmonitor , 2
35+ bind = $mainMod, 3, focusworkspaceoncurrentmonitor , 3
36+ bind = $mainMod, 4, focusworkspaceoncurrentmonitor , 4
37+ bind = $mainMod, 5, focusworkspaceoncurrentmonitor , 5
38+ bind = $mainMod, 6, focusworkspaceoncurrentmonitor , 6
39+ bind = $mainMod, 7, focusworkspaceoncurrentmonitor , 7
40+ bind = $mainMod, 8, focusworkspaceoncurrentmonitor , 8
41+ bind = $mainMod, 9, focusworkspaceoncurrentmonitor , 9
42+ bind = $mainMod, 0, focusworkspaceoncurrentmonitor , 10
4343
4444# Move active window to a workspace with mainMod + SHIFT + [0-9]
4545bind = $mainMod SHIFT, 1, movetoworkspace, 1
@@ -59,10 +59,10 @@ bind = , PRINT, exec, grim - | wl-copy # Full screen to clipboard
5959bind = SHIFT, PRINT, exec, grim # Full screen to Pictures folder
6060
6161# Scroll through existing workspaces with mainMod + scroll and mainMod + CTRL + arrows
62- bind = $mainMod, mouse_down, workspace , e+1
63- bind = $mainMod, mouse_up, workspace , e-1
64- bind = $mainMod CTRL, right, workspace , e+1
65- bind = $mainMod CTRL, left, workspace , e-1
62+ bind = $mainMod, mouse_down, focusworkspaceoncurrentmonitor , e+1
63+ bind = $mainMod, mouse_up, focusworkspaceoncurrentmonitor , e-1
64+ bind = $mainMod CTRL, right, focusworkspaceoncurrentmonitor , e+1
65+ bind = $mainMod CTRL, left, focusworkspaceoncurrentmonitor , e-1
6666
6767# Move/resize windows with mainMod + LMB/RMB and dragging
6868bindm = $mainMod, mouse:272, movewindow
0 commit comments