hyprland: add resive submap

This commit is contained in:
Aly Raffauf 2024-04-18 19:55:03 -04:00
parent 6c5c983b67
commit 79b3b4a888

View file

@ -373,6 +373,15 @@
# Show/hide waybar. # Show/hide waybar.
bind = ${modifier}, F11, exec, pkill -SIGUSR1 waybar bind = ${modifier}, F11, exec, pkill -SIGUSR1 waybar
bind=ALT,R,submap,resize
submap=resize
binde=,right,resizeactive,10 0
binde=,left,resizeactive,-10 0
binde=,up,resizeactive,0 -10
binde=,down,resizeactive,0 10
bind=,escape,submap,reset
submap=reset
''; '';
}; };
} }