mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: disable extra bluetooth latency
This commit is contained in:
parent
8ebf4629d9
commit
9a5a725ef5
1 changed files with 5 additions and 5 deletions
|
@ -20,11 +20,11 @@ in
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
extraConfig.pipewire = {
|
# extraConfig.pipewire = {
|
||||||
bluez = {
|
# bluez = {
|
||||||
bluez5.a2dp.latency.msec = 200;
|
# bluez5.a2dp.latency.msec = 200;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue