dwm

git clone git://mattcarlson.org/repos/dwm.git
Log | Files | Refs

commit fcd203b823f5e76b6d373b67b4515b5219235221
parent 898ce6c534645301a60e9ad49edb1a3558030d19
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Sat, 31 Jul 2021 17:57:11 -0400

added scroll wheel buttons

Diffstat:
Mconfig.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -192,6 +192,8 @@ static Button buttons[] = { { ClkStatusText, 0, Button1, sigstatusbar, {.i = 1} }, { ClkStatusText, 0, Button2, sigstatusbar, {.i = 2} }, { ClkStatusText, 0, Button3, sigstatusbar, {.i = 3} }, + { ClkStatusText, 0, Button4, sigstatusbar, {.i = 4} }, + { ClkStatusText, 0, Button5, sigstatusbar, {.i = 5} }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} },