Switch hyprland workspace shortcut keys
This commit is contained in:
parent
d2135c314e
commit
8d0e91ef0c
|
@ -185,19 +185,17 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
bind = $mainMod, period, workspace, m+1
|
||||||
bind = $mainMod, bracketright, workspace, m+1
|
bind = $mainMod, comma, workspace, m-1
|
||||||
bind = $mainMod, bracketleft, workspace, m-1
|
|
||||||
|
|
||||||
bind = $mainMod SHIFT, bracketright, movetoworkspace, m+1
|
bind = $mainMod SHIFT, period, movetoworkspace, m+1
|
||||||
bind = $mainMod SHIFT, bracketleft, movetoworkspace, m-1
|
bind = $mainMod SHIFT, comma, movetoworkspace, m-1
|
||||||
|
|
||||||
# Change monitors independely of workspace
|
bind = $mainMod, bracketright, focusmonitor, +1
|
||||||
bind = $mainMod, period, focusmonitor, +1
|
bind = $mainMod, bracketleft, focusmonitor, +1
|
||||||
bind = $mainMod, comma, focusmonitor, +1
|
|
||||||
|
|
||||||
bind = $mainMod SHIFT, period, movecurrentworkspacetomonitor, +1
|
bind = $mainMod SHIFT, bracketright, movecurrentworkspacetomonitor, +1
|
||||||
bind = $mainMod SHIFT, comma, movecurrentworkspacetomonitor, +1
|
bind = $mainMod SHIFT, bracketleft, movecurrentworkspacetomonitor, +1
|
||||||
|
|
||||||
bind = $mainMod, N, workspace, empty
|
bind = $mainMod, N, workspace, empty
|
||||||
bind = $mainMod SHIFT, N, movetoworkspace, empty
|
bind = $mainMod SHIFT, N, movetoworkspace, empty
|
||||||
|
|
Loading…
Reference in a new issue