From 9fa09ac977d9fcd52400268cf47988f6a751b8a3 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 22 May 2023 13:00:48 -0400 Subject: [PATCH] hyprland: Kill waybar instead of hide it This fixes an issue where the location of waybar would still be blurred when hiding it. --- desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/hyprland/default.nix b/desktop/hyprland/default.nix index 35e8e3c7..1c5c0c2a 100644 --- a/desktop/hyprland/default.nix +++ b/desktop/hyprland/default.nix @@ -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