From 817d58cad4b7bb6f3feb18da7b32b7de489b0f3c Mon Sep 17 00:00:00 2001 From: moadAlami Date: Mon, 1 Sep 2025 18:13:06 +0100 Subject: added mouse scroll to statuscmd --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index 5f57123..17af223 100644 --- a/config.h +++ b/config.h @@ -196,6 +196,8 @@ static const 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} }, -- cgit v1.2.3