infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cbf5269d2be9437c9fd569449bb2f6b2054ef36b
parent 04f58a2b6601d331fd29d0e3b04af59472986afb
Author: Silas Brack <silasbrack@gmail.com>
Date:   Wed, 20 May 2026 21:27:18 +0200

fix: fix quit keybind

Diffstat:
Mhosts/gaia/dwl_config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/gaia/dwl_config.h b/hosts/gaia/dwl_config.h @@ -151,7 +151,7 @@ static const Key keys[] = { TAGKEYS( XKB_KEY_7, XKB_KEY_ampersand, 6), TAGKEYS( XKB_KEY_8, XKB_KEY_asterisk, 7), TAGKEYS( XKB_KEY_9, XKB_KEY_parenleft, 8), - { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_q, quit, {0} }, + { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Q, killclient, {0} }, /* Ctrl-Alt-Backspace and Ctrl-Alt-Fx used to be handled by X server */ { WLR_MODIFIER_CTRL|WLR_MODIFIER_ALT,XKB_KEY_Terminate_Server, quit, {0} },