mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 22:00:42 +00:00
Add hyprland-move-window script
This commit is contained in:
parent
14d5cf5261
commit
98f1ed0089
5 changed files with 47 additions and 2 deletions
|
@ -89,7 +89,10 @@
|
|||
#
|
||||
# Move floating windows
|
||||
#
|
||||
# TODO: requires script (move-window.sh)
|
||||
"SUPER_ALT, left, exec, hyprland-move-window 100 l"
|
||||
"SUPER_ALT, right, exec, hyprland-move-window 100 r"
|
||||
"SUPER_ALT, up, exec, hyprland-move-window 100 u"
|
||||
"SUPER_ALT, down, exec, hyprland-move-window 100 d"
|
||||
|
||||
#
|
||||
# Override split direction for next window (manual tiling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue