mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Move special workspace section above
This commit is contained in:
parent
b99fe275bd
commit
bf23640fe7
|
@ -224,7 +224,11 @@ bind = SUPER, G, togglegroup,
|
||||||
bind = ALT, tab, changegroupactive, f
|
bind = ALT, tab, changegroupactive, f
|
||||||
bind = ALT, grave, changegroupactive, b
|
bind = ALT, grave, changegroupactive, b
|
||||||
|
|
||||||
# Move between windows
|
# Special workspace (scratchpad)
|
||||||
|
bind = ALT, grave, movetoworkspace, special
|
||||||
|
bind = SUPER, grave, togglespecialworkspace,
|
||||||
|
|
||||||
|
# Move window focus
|
||||||
bind = SUPER, h, movefocus, l
|
bind = SUPER, h, movefocus, l
|
||||||
bind = SUPER, l, movefocus, r
|
bind = SUPER, l, movefocus, r
|
||||||
bind = SUPER, k, movefocus, u
|
bind = SUPER, k, movefocus, u
|
||||||
|
@ -279,10 +283,6 @@ bind = SUPER, bracketright, workspace, +1
|
||||||
bind = SUPER_SHIFT, bracketleft, focusmonitor, -1
|
bind = SUPER_SHIFT, bracketleft, focusmonitor, -1
|
||||||
bind = SUPER_SHIFT, bracketright, focusmonitor, +1
|
bind = SUPER_SHIFT, bracketright, focusmonitor, +1
|
||||||
|
|
||||||
# Special workspace
|
|
||||||
bind = ALT, grave, movetoworkspace, special
|
|
||||||
bind = SUPER, grave, togglespecialworkspace,
|
|
||||||
|
|
||||||
# Mouse window resizing
|
# Mouse window resizing
|
||||||
bindm = SUPER, $MOUSE_LMB, movewindow
|
bindm = SUPER, $MOUSE_LMB, movewindow
|
||||||
bindm = SUPER, $MOUSE_RMB, resizewindow
|
bindm = SUPER, $MOUSE_RMB, resizewindow
|
||||||
|
|
Loading…
Reference in a new issue