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 | |
| parent | 7e44a6d0f803ae1f3354f4567e11a4749ab30c83 (diff) | |
Cleaned up some things
Diffstat (limited to 'st')
| -rw-r--r-- | st/boxdraw.o | bin | 7760 -> 0 bytes | |||
| -rw-r--r-- | st/config.h | 4 | ||||
| -rw-r--r-- | st/hb.o | bin | 4600 -> 0 bytes | |||
| -rwxr-xr-x | st/st | bin | 120776 -> 0 bytes | |||
| -rw-r--r-- | st/st.o | bin | 79008 -> 0 bytes | |||
| -rw-r--r-- | st/x.o | bin | 88160 -> 0 bytes |
6 files changed, 2 insertions, 2 deletions
diff --git a/st/boxdraw.o b/st/boxdraw.o Binary files differdeleted file mode 100644 index 7c994cd..0000000 --- a/st/boxdraw.o +++ /dev/null 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"} }, diff --git a/st/hb.o b/st/hb.o Binary files differBinary files differdeleted file mode 100644 index 62fbbda..0000000 --- a/st/hb.o +++ /dev/null diff --git a/st/st.o b/st/st.o Binary files differBinary files differdeleted file mode 100644 index 2e90262..0000000 --- a/st/st.o +++ /dev/null |