aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-06-11 21:35:47 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-06-11 21:35:47 +0530
commit723e140d5525cdc4572f5b859ec7b66433b5e32b (patch)
tree9fdbcabe7c41fc45f57ab17ad846de90f67f4d39 /config.h
parente4380093d694f075e07f489e2c2e764785b441f2 (diff)
parentc03ec39437b473526080f496d6c8564e98bea1d7 (diff)
what the actual fuck?
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index fbc9b43..d91b5cc 100644
--- a/config.h
+++ b/config.h
@@ -92,6 +92,7 @@ static const KeySym KEYHANDLER_ABORT = XK_Escape;
static const keymap_t keys[] = {
/* modifiers key function argument */
{ 0, XK_q, g_quit, 0 },
+ { 0, XK_Q, g_pick_quit, 0 },
{ 0, XK_Return, g_switch_mode, None },
{ 0, XK_f, g_toggle_fullscreen, None },
{ 0, XK_b, g_toggle_bar, None },