From 1f34902135fb759dc5f3b5f2112e353b28375281 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Fri, 1 Mar 2019 18:01:57 +0100 Subject: [PATCH] [polybar] Disable mouse on workspace switcher --- polybar/config.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/polybar/config.ini b/polybar/config.ini index a3b9e81..6d20078 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -111,7 +111,9 @@ label-unmounted-foreground = ${colors.foreground-alt} type = internal/i3 format = index-sort = true -wrapping-scroll = false + +enable-scroll = false +enable-click = false ; Only show workspaces on the same output as the bar pin-workspaces = true