mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
3 Commits
9853513f01
...
90556db965
Author | SHA1 | Date | |
---|---|---|---|
90556db965 | |||
a983972138 | |||
88bfa88985 |
@ -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
1
conf/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
librewolf.overrides.cfg
|
librewolf.overrides.cfg
|
||||||
|
wireplumber
|
||||||
|
1
conf/wireplumber
Symbolic link
1
conf/wireplumber
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../etc/wireplumber
|
@ -0,0 +1,4 @@
|
|||||||
|
# Enables experimental features (see fedora-experimental.conf)
|
||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=/usr/lib/bluetooth/bluetoothd --experimental
|
7
etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua
Normal file
7
etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua
Normal 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]",
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user