From 79e60e0f1237fe7c40cbddf35fe95573b55b541a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 14 May 2025 23:26:29 +0530 Subject: scrolling on tag area in bar now cycles tags --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 57e1cdf..95bd506 100644 --- a/config.def.h +++ b/config.def.h @@ -191,4 +191,6 @@ static const Button buttons[] = { { ClkTagBar, 0, Button3, toggleview, {0} }, { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, + { ClkTagBar, 0, Button4, viewtoleft, {0} }, + { ClkTagBar, 0, Button5, viewtoright, {0} }, }; -- cgit v1.2.3