Introduction
Introduction Statistics Contact Development Disclaimer Help
st-scrollback-mouse-20220127-2c5edf2.diff - sites - public wiki contents of suc…
git clone git://git.suckless.org/sites
Log
Files
Refs
---
st-scrollback-mouse-20220127-2c5edf2.diff (894B)
---
1 From b5d3351a21442a842e01e8c0317603b6890b379c Mon Sep 17 00:00:00 2001
2 From: asparagii <[email protected]>
3 Date: Thu, 27 Jan 2022 15:44:02 +0100
4 Subject: [PATCH] st-scrollback-mouse
5
6 ---
7 config.def.h | 2 ++
8 1 file changed, 2 insertions(+)
9
10 diff --git a/config.def.h b/config.def.h
11 index e3b469b..c217315 100644
12 --- a/config.def.h
13 +++ b/config.def.h
14 @@ -176,6 +176,8 @@ static uint forcemousemod = ShiftMask;
15 */
16 static MouseShortcut mshortcuts[] = {
17 /* mask button function argument …
18 + { ShiftMask, Button4, kscrollup, {.i = 1} },
19 + { ShiftMask, Button5, kscrolldown, {.i = 1} },
20 { XK_ANY_MOD, Button2, selpaste, {.i = 0}, …
21 { ShiftMask, Button4, ttysend, {.s = "\033[5;…
22 { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} …
23 --
24 2.34.1
25
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.