config/hyprland ahrc-laptop : submap resize, ajout du même binding que pour l'activer que pour le désactiver
This commit is contained in:
parent
180ff5abac
commit
935f074bbe
1 changed files with 2 additions and 1 deletions
|
@ -85,11 +85,12 @@ binde = , XF86AudioMute, exec, swayosd-client --output-volume=mute-toggle
|
|||
# Resize
|
||||
bind = SUPER Alt_L, R, submap, resize
|
||||
submap = resize
|
||||
bind = , escape, submap, reset
|
||||
bind = SUPER Alt_L, R, submap, reset
|
||||
binde = , A, resizeactive, -25 0
|
||||
binde = , Z, resizeactive, 0 -25
|
||||
binde = , S, resizeactive, 0 25
|
||||
binde = , D, resizeactive, 25 0
|
||||
bind = , escape, submap, reset
|
||||
submap = reset
|
||||
|
||||
# Brightness
|
||||
|
|
Loading…
Reference in a new issue