mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
waybar: fixed failure to ignore Easy Effects Sink
This commit is contained in:
parent
eb3269b29f
commit
201754279d
|
@ -72,7 +72,7 @@
|
|||
"handsfree" = "";
|
||||
"headset" = "";
|
||||
};
|
||||
"ignored-sinks" = "Easy Effects Sink";
|
||||
"ignored-sinks" = ["Easy Effects Sink"];
|
||||
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3";
|
||||
};
|
||||
"network" = {
|
||||
|
|
Loading…
Reference in a new issue