summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-13 11:10:41 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-13 11:10:41 -0400
commit87a5a39b38e02ec80ed745a0afc9d80916ed6606 (patch)
tree08e87a8bec6b093cdbdfe1a7f7f33fbd17ab42bc /config.h
parent2ff3f7903548a24903da40d8d113d1a3ee8c537d (diff)
scroll through on tags
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 94e2c4b..43efee8 100644
--- a/config.h
+++ b/config.h
@@ -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