workspace switching now also works with ctrl+arrow keys

main
The_miro 2024-12-09 15:04:18 +01:00
parent c2f7805aa4
commit 0e81b854cb
1 changed files with 9 additions and 0 deletions

View File

@ -243,6 +243,15 @@ bind = $mainMod, mouse_up, workspace, e-1
binde = $mainMod, XF86AudioLowerVolume, workspace, e-1 binde = $mainMod, XF86AudioLowerVolume, workspace, e-1
binde = $mainMod, XF86AudioRaiseVolume, workspace, e+1 binde = $mainMod, XF86AudioRaiseVolume, workspace, e+1
bind = $mainMod SHIFT, XF86AudioLowerVolume, movetoworkspace, e-1
bind = $mainMod SHIFT, XF86AudioRaiseVolume, movetoworkspace, e+1
bind = $mainMod CTRL, left, workspace, e-1
bind = $mainMod CTRL, right, workspace, e+1
bind = $mainMod CTRL SHIFT, left, movetoworkspace, e-1
bind = $mainMod CTRL SHIFT, right, movetoworkspace, e+1
# Move/resize windows with mainMod + LMB/RMB and dragging # Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow