diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 11:10:41 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 11:10:41 -0400 |
commit | 87a5a39b38e02ec80ed745a0afc9d80916ed6606 (patch) | |
tree | 08e87a8bec6b093cdbdfe1a7f7f33fbd17ab42bc /config.h | |
parent | 2ff3f7903548a24903da40d8d113d1a3ee8c537d (diff) |
scroll through on tags
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -299,6 +299,8 @@ static Button buttons[] = { { ClkTagBar, 0, Button3, toggleview, {0} }, { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, + { ClkTagBar, 0, Button4, shiftview, {.i = -1} }, + { ClkTagBar, 0, Button5, shiftview, {.i = 1} }, }; void |