diff options
| author | mac <ra@afu.re> | 2025-08-26 22:46:29 -0400 |
|---|---|---|
| committer | mac <ra@afu.re> | 2025-08-26 22:46:29 -0400 |
| commit | 5c3e67b987ead6efb6201850012c5bad7120d26c (patch) | |
| tree | ac4c60acc94b9ab43c3f502ca2c9af94ac7d7c8a /config.def.h.rej | |
| parent | 9a23ae35025698adca57db2e28abcdc7a721a988 (diff) | |
add simple_scratchpad-v0.7.patch
Diffstat (limited to 'config.def.h.rej')
| -rw-r--r-- | config.def.h.rej | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.def.h.rej b/config.def.h.rej new file mode 100644 index 0000000..9d830f1 --- /dev/null +++ b/config.def.h.rej @@ -0,0 +1,12 @@ +--- config.def.h ++++ config.def.h +@@ -136,6 +136,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]} }, |
