mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:03:55 -05:00
hyprland: move windows with mod + shift + udlr
This commit is contained in:
parent
5e0b2e3955
commit
6c5c983b67
|
@ -303,6 +303,12 @@
|
||||||
bind = ${modifier}, up, movefocus, u
|
bind = ${modifier}, up, movefocus, u
|
||||||
bind = ${modifier}, down, movefocus, d
|
bind = ${modifier}, down, movefocus, d
|
||||||
|
|
||||||
|
# Move window with mainMod SHIFT + arrow keys
|
||||||
|
bind = ${modifier} SHIFT, left, movewindow, l
|
||||||
|
bind = ${modifier} SHIFT, right, movewindow, r
|
||||||
|
bind = ${modifier} SHIFT, up, movewindow, u
|
||||||
|
bind = ${modifier} SHIFT, down, movewindow, d
|
||||||
|
|
||||||
# Gnome-like workspaces.
|
# Gnome-like workspaces.
|
||||||
bind = ${modifier}, comma, exec, ${hyprnome} --previous
|
bind = ${modifier}, comma, exec, ${hyprnome} --previous
|
||||||
bind = ${modifier}, period, exec, ${hyprnome}
|
bind = ${modifier}, period, exec, ${hyprnome}
|
||||||
|
|
Loading…
Reference in a new issue