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