From 87a5a39b38e02ec80ed745a0afc9d80916ed6606 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 13 Apr 2020 11:10:41 -0400 Subject: [PATCH] scroll through on tags --- config.h | 2 ++ 1 file changed, 2 insertions(+) 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