waybar: Change mouse button for network menu
Now you have to click with right mouse button (instead of middle mouse button) to get Network Manager connection menu.
This commit is contained in:
parent
5afe189037
commit
d5b5fb3897
|
|
@ -65,7 +65,7 @@
|
|||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "⚠ Disconnected",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click-middle": "nm-connection-editor"
|
||||
"on-click-right": "nm-connection-editor"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%{format_source}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue