sway/waybar: Open pavucontrol on right click

Otherwise I open it accidentally all the time.
This commit is contained in:
Simon Bruder 2021-01-01 14:05:23 +01:00
parent 4dc478978e
commit 0b1c19b481
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -383,7 +383,7 @@ lib.mkIf config.sbruder.gui.enable {
phone = " "; phone = " ";
portable = " "; portable = " ";
}; };
on-click = "pavucontrol"; on-click-right = "pavucontrol";
}; };
network = { network = {
format-wifi = "{essid} ({signalStrength}%) "; format-wifi = "{essid} ({signalStrength}%) ";