From 44d5b81d5d24c491872f23546999f263b3a46295 Mon Sep 17 00:00:00 2001 From: brendo Date: Sat, 25 Jul 2020 10:11:42 +0800 Subject: [PATCH] default to false --- include/modules/dwm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules/dwm.hpp b/include/modules/dwm.hpp index 3260572a..bf52873d 100644 --- a/include/modules/dwm.hpp +++ b/include/modules/dwm.hpp @@ -272,7 +272,7 @@ namespace modules { /** * If true, scrolling the bar cycles through the available tags */ - bool m_tags_scroll{true}; + bool m_tags_scroll{false}; /** * If true, scrolling the layout will wrap around to the beginning