summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-08-20 09:09:21 +0200
committerLM-LCL <hello@exaltedelite.club>2023-08-20 09:09:21 +0200
commit289a83c3b6f7e067ca8894283dcd953f69fb75a3 (patch)
treeea0b9aff0eb03b369d16d014e07a2686d269312d
parent4faebc1296504f6f8da0c46469bbf9c9bc5b99b6 (diff)
mouse scroll increase
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 6d698c1..55993bf 100644
--- a/config.h
+++ b/config.h
@@ -189,8 +189,8 @@ static uint forcemousemod = ShiftMask;
*/
static MouseShortcut mshortcuts[] = {
/* mask button function argument release */
- { XK_NO_MOD, Button4, kscrollup, {.i = 1} },
- { XK_NO_MOD, Button5, kscrolldown, {.i = 1} },
+ { XK_NO_MOD, Button4, kscrollup, {.i = 2} },
+ { XK_NO_MOD, Button5, kscrolldown, {.i = 2} },
{ XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },
{ ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
{ XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },