diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-23 14:35:21 -0500 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-23 14:35:21 -0500 |
| commit | 8d6be1d5ca9d821f669cdf35c8dd48af6534eeb7 (patch) | |
| tree | 763ad1fe8c17f8f6cbc35c27fd678edba5ed9966 /config.def.h | |
| parent | 2f44ee912783e3e57c2619df8e291e8c18ee3082 (diff) | |
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
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]} }, |
