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"