Super + Q should close instead of kill
This commit is contained in:
@@ -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") { })
|
||||||
|
|||||||
Reference in New Issue
Block a user