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, 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]} },