diff options
| author | mac <ra@afu.re> | 2025-08-28 10:45:00 -0400 |
|---|---|---|
| committer | mac <ra@afu.re> | 2025-08-28 10:45:00 -0400 |
| commit | 59a7f3f43eadc1ecbfc039b69618f9f5554d794f (patch) | |
| tree | 7092c2a6f9ffe1b1d8d2030395f04178cd97ccab | |
| parent | 786a2b301c65a177589977ede895c1b75e5b071a (diff) | |
testing scratchpad bindings
| -rw-r--r-- | config.def.h | 2 |
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} }, |
