Super + Q should close instead of kill

This commit is contained in:
Armel van Ravels
2026-06-22 10:24:03 +02:00
parent edfb61be35
commit 0af25f781c

View File

@@ -105,7 +105,7 @@ in
bind = lib.flatten [ bind = lib.flatten [
(bind "${mod} + W" (dsp.exec_cmd "pkill -SIGUSR1 -f '^waybar$'") { }) (bind "${mod} + W" (dsp.exec_cmd "pkill -SIGUSR1 -f '^waybar$'") { })
(bind "${mod} + Q" (dsp.window.kill) { }) (bind "${mod} + Q" (dsp.window.close) { })
(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") { })
(bind "${mod} + B" (dsp.exec_cmd "bzmenu --launcher rofi") { }) (bind "${mod} + B" (dsp.exec_cmd "bzmenu --launcher rofi") { })