mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
hyprland: resize more courageously
This commit is contained in:
@@ -379,10 +379,10 @@ in
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bind = ${mod}, R, submap, resize
|
bind = ${mod}, R, submap, resize
|
||||||
submap = resize
|
submap = resize
|
||||||
binde = , l, resizeactive, 10 0
|
binde = , l, resizeactive, 50 0
|
||||||
binde = , h, resizeactive, -10 0
|
binde = , h, resizeactive, -50 0
|
||||||
binde = , k, resizeactive, 0 -10
|
binde = , k, resizeactive, 0 -50
|
||||||
binde = , j, resizeactive, 0 10
|
binde = , j, resizeactive, 0 50
|
||||||
bind = , escape, submap, reset
|
bind = , escape, submap, reset
|
||||||
submap = reset
|
submap = reset
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user