diff options
| author | mac <ra@afu.re> | 2025-08-28 11:03:40 -0400 |
|---|---|---|
| committer | mac <ra@afu.re> | 2025-08-28 11:03:40 -0400 |
| commit | 1bdeb27902fddb025d03498d4d5a9027c8ac1f51 (patch) | |
| tree | 2d928d4f396c33fc06c55b1b053b6188a98bbae8 /config.def.h.rej | |
| parent | 59a7f3f43eadc1ecbfc039b69618f9f5554d794f (diff) | |
remove simple_scratchpad patch
Diffstat (limited to 'config.def.h.rej')
| -rw-r--r-- | config.def.h.rej | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config.def.h.rej b/config.def.h.rej deleted file mode 100644 index 9d830f1..0000000 --- a/config.def.h.rej +++ /dev/null @@ -1,12 +0,0 @@ ---- 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]} }, |
