summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authormac <ra@afu.re>2025-08-28 11:03:40 -0400
committermac <ra@afu.re>2025-08-28 11:03:40 -0400
commit1bdeb27902fddb025d03498d4d5a9027c8ac1f51 (patch)
tree2d928d4f396c33fc06c55b1b053b6188a98bbae8 /config.def.h
parent59a7f3f43eadc1ecbfc039b69618f9f5554d794f (diff)
remove simple_scratchpad patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 3d4906a..2190342 100644
--- a/config.def.h
+++ b/config.def.h
@@ -154,8 +154,6 @@ 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, {0} },
- { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_grave, togglescratchpad, {0} },