summaryrefslogtreecommitdiff
path: root/config.def.h.rej
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h.rej')
-rw-r--r--config.def.h.rej12
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]} },