[polybar] Disable mouse on workspace switcher
This commit is contained in:
parent
0f2d1939de
commit
1f34902135
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,9 @@ label-unmounted-foreground = ${colors.foreground-alt}
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
format = <label-state> <label-mode>
|
format = <label-state> <label-mode>
|
||||||
index-sort = true
|
index-sort = true
|
||||||
wrapping-scroll = false
|
|
||||||
|
enable-scroll = false
|
||||||
|
enable-click = false
|
||||||
|
|
||||||
; Only show workspaces on the same output as the bar
|
; Only show workspaces on the same output as the bar
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
|
|
Loading…
Reference in a new issue