forked from extern/nix-config
hyprland: Kill waybar instead of hide it
This fixes an issue where the location of waybar would still be blurred when hiding it.
This commit is contained in:
parent
7eedab85f8
commit
9fa09ac977
@ -108,7 +108,7 @@
|
||||
bind = SUPER_ALT, delete, exit
|
||||
bind = SUPER, V, togglefloating,
|
||||
bind = SUPER, V, centerwindow,
|
||||
bind = SUPER, O, exec, killall -SIGUSR1 .waybar-wrapped
|
||||
bind = SUPER, O, exec, killall .waybar-wrapped || waybar
|
||||
bind = SUPER, X, pin
|
||||
bind = SUPER, F, fullscreen, 1
|
||||
bind = SUPER_SHIFT, F, fullscreen
|
||||
|
Loading…
Reference in New Issue
Block a user