mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
polybar: do not prevent use of click/scroll for i3 workspaces
There is no real point to this. I don't click on them by accident, I just usually don't click on them.
This commit is contained in:
parent
e9a1b3101e
commit
14aee903fc
1 changed files with 1 additions and 3 deletions
|
@ -48,8 +48,6 @@ format = <label-state> <label-mode>
|
||||||
index-sort = true
|
index-sort = true
|
||||||
wrapping-scroll = false
|
wrapping-scroll = false
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
enable-click = false
|
|
||||||
enable-scroll = false
|
|
||||||
|
|
||||||
label-mode-background = ${colors.highlight}
|
label-mode-background = ${colors.highlight}
|
||||||
label-mode-padding = 1
|
label-mode-padding = 1
|
||||||
|
@ -98,7 +96,7 @@ type = internal/network
|
||||||
interface = ${env:LAN:}
|
interface = ${env:LAN:}
|
||||||
interval = 2
|
interval = 2
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
label-connected =
|
label-connected =
|
||||||
format-disconnected =
|
format-disconnected =
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue