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:
Harzo 2023-05-28 13:23:27 +02:00
parent 5afe189037
commit d5b5fb3897
1 changed files with 1 additions and 1 deletions

View File

@ -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}",