From 7ca09cadddd2da1d7d2011c04b1b9b3aa3f6bffa Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Mon, 2 Feb 2026 16:28:54 +0100 Subject: [PATCH] Show hide waybar --- wm/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wm/hyprland.nix b/wm/hyprland.nix index 7d6bff8..3ba791e 100644 --- a/wm/hyprland.nix +++ b/wm/hyprland.nix @@ -81,6 +81,9 @@ "$mod, M, exit" "$mod, L, exec, hyprlock" + # show/hide waybar + "$mod, W, exec, pkill -SIGUSR1 -f '^waybar$'" + # Focus "$mod, LEFT, movefocus, l" "$mod, RIGHT, movefocus, r"