[Hyprland] Resize window keybinds

This commit is contained in:
Admin 2025-05-20 14:35:39 +02:00
parent 2d3a6ad33f
commit b26b870bb2

View File

@ -75,7 +75,6 @@ bind = $mainMod, Space, exec, killall rofi || rofi -show combi -modes combi -com
# │ Logout commands │
# └ ┘
bind = $mainMod, escape, exec, wlogout
bind = $mainMod ALT CTRL, L, exec, hyprlock --immediate
# ────────────────────────────────────────────────────────────────────
@ -181,6 +180,12 @@ bind = $mainMod SHIFT CTRL, left, layoutmsg, orientationprev
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# ┌ ┐
# │ Resize window with keybinds (change split) │
# └ ┘
bind = $mainMod CTRL ALT, H, splitratio, -0.01
bind = $mainMod CTRL ALT, L, splitratio, +0.01
# ┌ ┐
# │ Freeze │