Add keybind to hide waybar

This commit is contained in:
Armel van Ravels
2026-06-16 14:33:28 +02:00
parent c0c85c4763
commit b62e9d4d52

View File

@@ -100,6 +100,7 @@ in
}; };
bind = lib.flatten [ bind = lib.flatten [
(bind "${mod} + W" (dsp.exec_cmd "pkill -SIGUSR1 -f '^waybar$'") {})
(bind "${mod} + Q" (dsp.window.kill) { }) (bind "${mod} + Q" (dsp.window.kill) { })
(bind "${mod} + L" (dsp.exec_cmd "hyprlock") { }) (bind "${mod} + L" (dsp.exec_cmd "hyprlock") { })
(bind "${mod} + D" (dsp.exec_cmd "rofi -show drun") { }) (bind "${mod} + D" (dsp.exec_cmd "rofi -show drun") { })