mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 15:40:35 +00:00
feat(deck): Add bluetooth config from SteamOS.
This commit is contained in:
parent
345b81efda
commit
22ea75a20f
@ -203,4 +203,5 @@ RUN sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo
|
||||
/tmp/* \
|
||||
/var/* && \
|
||||
mkdir -p /var/lib/duperemove && \
|
||||
mkdir -p /var/lib/bluetooth && \
|
||||
ostree container commit
|
||||
|
13
system_files/deck/etc/bluetooth/main.conf
Normal file
13
system_files/deck/etc/bluetooth/main.conf
Normal file
@ -0,0 +1,13 @@
|
||||
[General]
|
||||
AlwaysPairable=true
|
||||
Privacy=device
|
||||
ControllerMode=dual
|
||||
JustWorksRepairing=always
|
||||
|
||||
[Policy]
|
||||
AutoEnable=true
|
||||
|
||||
[LE]
|
||||
MinConnectionInterval=7
|
||||
MaxConnectionInterval=9
|
||||
ConnectionLatency=0
|
Loading…
x
Reference in New Issue
Block a user