diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-14 23:26:29 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-14 23:26:29 +0530 |
commit | 79e60e0f1237fe7c40cbddf35fe95573b55b541a (patch) | |
tree | 16409bca0799b52a3e103791e129e6719aac6163 | |
parent | 04f37c46c535b8f72cbdd048bd0827e74639b37a (diff) |
scrolling on tag area in bar now cycles tags
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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} }, }; |