commit 87a5a39b38e02ec80ed745a0afc9d80916ed6606
parent 2ff3f7903548a24903da40d8d113d1a3ee8c537d
Author: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 13 Apr 2020 11:10:41 -0400
scroll through on tags
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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