From 893cb5660a51ea43bed7497bb7f03f879378795e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 3 Sep 2017 22:04:18 +0200 Subject: outnodes should not be adjustable --- bragi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bragi.nix b/bragi.nix index 40c71def..111254d2 100644 --- a/bragi.nix +++ b/bragi.nix @@ -157,8 +157,8 @@ in rec { passmix4 = { connectOut = "outnode0:in"; connectIn = "system:capture_7"; group = "hel_out"; initial = "-5dB"; }; passmix5 = { connectOut = "outnode1:in"; connectIn = "system:capture_8"; group = "hel_out"; initial = "-5dB"; }; - outnode0 = { initial = "1"; }; - outnode1 = { initial = "1"; }; + outnode0 = { initial = "1"; adjustable = false; }; + outnode1 = { initial = "1"; adjustable = false; }; headphones0 = { connectOut = "system:playback_3"; connectIn = "outnode0:out"; group = "headphones"; initial = "1"; }; headphones1 = { connectOut = "system:playback_4"; connectIn = "outnode1:out"; group = "headphones"; initial = "1"; }; -- cgit v1.2.3