From b62e9d4d520265c84d38d9409688a6c7dfa168c6 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Tue, 16 Jun 2026 14:33:28 +0200 Subject: [PATCH] Add keybind to hide waybar --- systems/modules/home/wm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/modules/home/wm/hyprland.nix b/systems/modules/home/wm/hyprland.nix index 8849c2f..51dcb2f 100644 --- a/systems/modules/home/wm/hyprland.nix +++ b/systems/modules/home/wm/hyprland.nix @@ -100,6 +100,7 @@ in }; bind = lib.flatten [ + (bind "${mod} + W" (dsp.exec_cmd "pkill -SIGUSR1 -f '^waybar$'") {}) (bind "${mod} + Q" (dsp.window.kill) { }) (bind "${mod} + L" (dsp.exec_cmd "hyprlock") { }) (bind "${mod} + D" (dsp.exec_cmd "rofi -show drun") { })