corrected workspace switch to r instead of m

main
The_miro 2024-12-11 08:33:08 +01:00
parent f029b7cb02
commit 5edf9c6d4c
1 changed files with 10 additions and 10 deletions

View File

@ -219,24 +219,24 @@ bind = $mainMod CTRL SHIFT, up, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll # Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, m+1 bind = $mainMod, mouse_down, workspace, r+1
bind = $mainMod, mouse_up, workspace, m-1 bind = $mainMod, mouse_up, workspace, r-1
binde = $mainMod, XF86AudioLowerVolume, workspace, m-1 binde = $mainMod, XF86AudioLowerVolume, workspace, r-1
binde = $mainMod, XF86AudioRaiseVolume, workspace, m+1 binde = $mainMod, XF86AudioRaiseVolume, workspace, r+1
bind = $mainMod SHIFT, XF86AudioLowerVolume, movetoworkspace, m-1 bind = $mainMod SHIFT, XF86AudioLowerVolume, movetoworkspace, r-1
bind = $mainMod SHIFT, XF86AudioRaiseVolume, movetoworkspace, m+1 bind = $mainMod SHIFT, XF86AudioRaiseVolume, movetoworkspace, r+1
binde = $mainMod, XF86AudioMute, togglespecialworkspace, magic binde = $mainMod, XF86AudioMute, togglespecialworkspace, magic
binde = $mainMod SHIFT, XF86AudioMute, movetoworkspace, special:magic binde = $mainMod SHIFT, XF86AudioMute, movetoworkspace, special:magic
bind = $mainMod CTRL, left, workspace, m-1 bind = $mainMod CTRL, left, workspace, r-1
bind = $mainMod CTRL, right, workspace, m+1 bind = $mainMod CTRL, right, workspace, r+1
bind = $mainMod CTRL SHIFT, left, movetoworkspace, m-1 bind = $mainMod CTRL SHIFT, left, movetoworkspace, r-1
bind = $mainMod CTRL SHIFT, right, movetoworkspace, m+1 bind = $mainMod CTRL SHIFT, right, movetoworkspace, r+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