summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-18 00:18:29 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-18 00:18:29 +0400
commit4db6c932e48a2e5f954763c63644610ff5118797 (patch)
tree4d43cc8a78c1a7e0d3c2cb7be55b5ef4c2a76f2b
parenteeccdc6c59e39422f22fe81644601421abfe3978 (diff)
scroll updated so that it works with less
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 747466e..2e546fe 100644
--- a/config.h
+++ b/config.h
@@ -179,10 +179,10 @@ static MouseShortcut mshortcuts[] = {
{ XK_NO_MOD, Button4, kscrollup, {.i = 1} },
{ XK_NO_MOD, Button5, kscrolldown, {.i = 1} },
{ XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },
-// { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
-// { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
-// { ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },
-// { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} },
+ { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
+ { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
+ { ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },
+ { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} },
};
/* Internal keyboard shortcuts. */