diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-14 22:32:08 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-14 22:32:08 -0500 |
| commit | 8d135e95a88cd26690638859d39ebe335081a5aa (patch) | |
| tree | 7322692a394852f5b667671a8ff542f217132242 /st/config.h | |
| parent | 7e44a6d0f803ae1f3354f4567e11a4749ab30c83 (diff) | |
Cleaned up some things
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h index aa7e2c3..acf194b 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 = 4} }, - { XK_NO_MOD, Button5, kscrolldown, {.i = 4} }, + { 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"} }, |