hypr: add keybinds for moving windows
This commit is contained in:
parent
32026c6760
commit
0f168bbf4e
1 changed files with 6 additions and 0 deletions
|
|
@ -189,6 +189,12 @@ bind = $mainMod, l, movefocus, r
|
||||||
bind = $mainMod, k, movefocus, u
|
bind = $mainMod, k, movefocus, u
|
||||||
bind = $mainMod, j, movefocus, d
|
bind = $mainMod, j, movefocus, d
|
||||||
|
|
||||||
|
# Move window with mainMod + shift + hjkl
|
||||||
|
bind = $mainMod shift, h, swapwindow, l
|
||||||
|
bind = $mainMod shift, l, swapwindow, r
|
||||||
|
bind = $mainMod shift, k, swapwindow, u
|
||||||
|
bind = $mainMod shift, j, swapwindow, d
|
||||||
|
|
||||||
# brightness keys
|
# brightness keys
|
||||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl s +2%
|
bindel = , XF86MonBrightnessUp, exec, brightnessctl s +2%
|
||||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 2%-
|
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 2%-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue