hypr: add keybinds for moving windows

This commit is contained in:
Nico 2025-09-21 02:09:45 +10:00
parent 32026c6760
commit 0f168bbf4e
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -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%-