mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
feat(hyprland): add keybinds for resizing windows
This commit is contained in:
parent
8a106e2758
commit
f20c875a48
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@
|
|||
"$mod SHIFT, K, movewindow, u"
|
||||
"$mod SHIFT, L, movewindow, r"
|
||||
|
||||
"$mod ALT, H, resizeactive, -50 0"
|
||||
"$mod ALT, J, resizeactive, 0 50"
|
||||
"$mod ALT, K, resizeactive, 0 -50"
|
||||
"$mod ALT, L, resizeactive, 50 0"
|
||||
|
||||
"$mod, 1, workspace, 1"
|
||||
"$mod, 2, workspace, 2"
|
||||
"$mod, 3, workspace, 3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue