summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index d0671c0..3d4906a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -154,7 +154,7 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_q, killclient, {0} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Q, spawn, {.v = (const char*[]){ "sysact", NULL }} },
- { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, addscratchpad, {.v = spcmd} },
+ { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, addscratchpad, {0} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_grave, togglescratchpad, {0} },