diff options
-rw-r--r-- | bragi.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -213,11 +213,11 @@ in rec { | |||
213 | "outnode0" = { initial = "1"; adjustable = false; }; | 213 | "outnode0" = { initial = "1"; adjustable = false; }; |
214 | "outnode1" = { initial = "1"; adjustable = false; }; | 214 | "outnode1" = { initial = "1"; adjustable = false; }; |
215 | 215 | ||
216 | "headphones0" = { connectOut = "system:playback_3"; connectIn = "outnode0:out"; group = "headphones"; initial = "1"; balance = "right"; }; | 216 | "headphones0" = { connectOut = "system:playback_3"; connectIn = "outnode0:out"; group = "headphones"; initial = "1"; balance = "left"; }; |
217 | "headphones1" = { connectOut = "system:playback_4"; connectIn = "outnode1:out"; group = "headphones"; initial = "1"; balance = "left"; }; | 217 | "headphones1" = { connectOut = "system:playback_4"; connectIn = "outnode1:out"; group = "headphones"; initial = "1"; balance = "right"; }; |
218 | 218 | ||
219 | "speakers0" = { connectOut = "system:playback_7"; connectIn = "outnode0:out"; group = "speakers"; initial = "0"; balance = "right"; }; | 219 | "speakers0" = { connectOut = "system:playback_7"; connectIn = "outnode0:out"; group = "speakers"; initial = "0"; balance = "left"; }; |
220 | "speakers1" = { connectOut = "system:playback_8"; connectIn = "outnode1:out"; group = "speakers"; initial = "0"; balance = "left"; }; | 220 | "speakers1" = { connectOut = "system:playback_8"; connectIn = "outnode1:out"; group = "speakers"; initial = "0"; balance = "right"; }; |
221 | }; | 221 | }; |
222 | }; | 222 | }; |
223 | 223 | ||