diff options
-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} }, }; |