Compare commits

...

3 Commits

5 changed files with 14 additions and 1 deletions

View File

@ -146,7 +146,7 @@ repos:
# Shell code formatter, requires Go # Shell code formatter, requires Go
- repo: https://github.com/scop/pre-commit-shfmt - repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-3 rev: v3.7.0-4
hooks: hooks:
- id: shfmt - id: shfmt
#- id: shfmt-docker #- id: shfmt-docker

1
conf/.gitignore vendored
View File

@ -1 +1,2 @@
librewolf.overrides.cfg librewolf.overrides.cfg
wireplumber

1
conf/wireplumber Symbolic link
View File

@ -0,0 +1 @@
../etc/wireplumber

View File

@ -0,0 +1,4 @@
# Enables experimental features (see fedora-experimental.conf)
[Service]
ExecStart=
ExecStart=/usr/lib/bluetooth/bluetoothd --experimental

View File

@ -0,0 +1,7 @@
-- https://steamdecki.org/Steam_Deck/Wireless/Bluetooth#Enabling_More_Codecs_and_Enabling_Headsets
bluez_monitor.properties = {
["bluez5.enable-sbc-xq"] = true,
["bluez5.enable-msbc"] = true,
--["bluez5.codecs"] = "[sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex]",
["bluez5.codecs"] = "[aptx_hd aptx_11 aptx_11_duplex sbc_xq]",
}