aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2026-04-23 14:35:21 -0500
committertwells46 <173561638+twells46@users.noreply.github.com>2026-04-23 14:35:21 -0500
commit8d6be1d5ca9d821f669cdf35c8dd48af6534eeb7 (patch)
tree763ad1fe8c17f8f6cbc35c27fd678edba5ed9966 /config.def.h
parent2f44ee912783e3e57c2619df8e291e8c18ee3082 (diff)
ScratchpadHEADmain
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index f490e24..fcb6f78 100644
--- a/config.def.h
+++ b/config.def.h
@@ -134,6 +134,9 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_Return, zoom, {0} },
{ MODKEY, XKB_KEY_Tab, view, {0} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_c, killclient, {0} },
+ { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_z, addscratchpad, {0} },
+ { MODKEY|WLR_MODIFIER_CTRL, XKB_KEY_z, togglescratchpad, {0} },
+ { MODKEY, XKB_KEY_z, removescratchpad, {0} },
{ MODKEY, XKB_KEY_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XKB_KEY_f, setlayout, {.v = &layouts[1]} },
{ MODKEY, XKB_KEY_m, setlayout, {.v = &layouts[2]} },