diff options
author | makefu <github@syntax-fehler.de> | 2018-03-07 01:53:41 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-03-07 01:53:41 +0100 |
commit | c19a5c9b557042e130c90c9c616f91e09d212eb3 (patch) | |
tree | 61ad7c3801b43cfd38bc0263b23042498d52f4fb | |
parent | 909fe1091fa599a816fbabc274952d3aca63b8c5 (diff) |
ma x.r: switch audio on port change
-rw-r--r-- | makefu/1systems/x/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index ad2ad8779..e0417e00d 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -123,6 +123,7 @@ with import <stockholm/lib>; load-module module-filter-heuristics load-module module-filter-apply load-module module-switch-on-connect + load-module module-switch-on-port-available ''; }; |