From 5420b2198206e741e8813d0041918de73e23cdb8 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 11 May 2021 10:39:20 -0500 Subject: Changed scrolling on st --- st/config.h | 4 ++-- st/st | Bin 120776 -> 120776 bytes st/x.o | Bin 88160 -> 88160 bytes 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'st') diff --git a/st/config.h b/st/config.h index 418fc0e..1035b22 100644 --- a/st/config.h +++ b/st/config.h @@ -226,8 +226,8 @@ ResourcePref resources[] = { */ 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 = 4} }, + { XK_NO_MOD, Button5, kscrolldown, {.i = 4} }, { XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 }, { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} }, { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} }, diff --git a/st/st b/st/st index 975853f..6a033aa 100755 Binary files a/st/st and b/st/st differ diff --git a/st/x.o b/st/x.o index c13f536..98e3146 100644 Binary files a/st/x.o and b/st/x.o differ -- cgit v1.2.3