aboutsummaryrefslogtreecommitdiff
path: root/config.def.h.rej
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 12:22:55 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 12:22:55 +0200
commit2c4fd0c3c94cd120183bb5e989e36d023ec8c527 (patch)
tree08a73c3af4f52dd91ee9c6f23b2f7eb34026168f /config.def.h.rej
parent07181e9b00128594a343419356e2fc59829649d0 (diff)
github repo
Diffstat (limited to 'config.def.h.rej')
-rw-r--r--config.def.h.rej19
1 files changed, 0 insertions, 19 deletions
diff --git a/config.def.h.rej b/config.def.h.rej
deleted file mode 100644
index a585bf9..0000000
--- a/config.def.h.rej
+++ /dev/null
@@ -1,19 +0,0 @@
---- config.def.h
-+++ config.def.h
-@@ -156,8 +156,14 @@ static unsigned int defaultattr = 11;
- */
- static MouseShortcut mshortcuts[] = {
- /* button mask string */
-- { Button4, XK_ANY_MOD, "\031" },
-- { Button5, XK_ANY_MOD, "\005" },
-+ { Button4, XK_NO_MOD, "\031" },
-+ { Button5, XK_NO_MOD, "\005" },
-+};
-+
-+MouseKey mkeys[] = {
-+ /* button mask function argument */
-+ { Button4, ShiftMask, kscrollup, {.i = 1} },
-+ { Button5, ShiftMask, kscrolldown, {.i = 1} },
- };
-
- /* Internal keyboard shortcuts. */