changing keybinds for navigating windows
This commit is contained in:
@@ -19,10 +19,10 @@ bind=$mainMod CTRL,C,exec,pidof $clipboardManager || $clipboardManager $clipboar
|
||||
|
||||
bind = ALT, Tab, cyclenext,
|
||||
bind = ALT SHIFT, Tab, cyclenext, prev
|
||||
bind = ALT, h, movefocus, l
|
||||
bind = ALT, j, movefocus, d
|
||||
bind = ALT, k, movefocus, u
|
||||
bind = ALT, l, movefocus, r
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, j, movefocus, d
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, l, movefocus, r
|
||||
|
||||
bindm = $mainMod, R, resizewindow
|
||||
bind = $mainMod, V, togglefloating
|
||||
@@ -30,10 +30,10 @@ bind = $mainMod, M, fullscreen, 1
|
||||
bind = $mainMod SHIFT, M, fullscreen
|
||||
bindm = $mainMod, D, movewindow
|
||||
|
||||
bind = $mainMod, h, swapwindow, l
|
||||
bind = $mainMod, j, swapwindow, d
|
||||
bind = $mainMod, k, swapwindow, u
|
||||
bind = $mainMod, l, swapwindow, r
|
||||
bind = $mainMod CONTROL, h, swapwindow, l
|
||||
bind = $mainMod CONTROL, j, swapwindow, d
|
||||
bind = $mainMod CONTROL, k, swapwindow, u
|
||||
bind = $mainMod CONTROL, l, swapwindow, r
|
||||
|
||||
bind = $mainMod, S, togglespecialworkspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user