mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "dc1fa5e65d91deae62933c7ba19bd8ffcbf660da" and "90556db965f335dd83966f01693eeb8746845682" have entirely different histories.
dc1fa5e65d
...
90556db965
@ -122,7 +122,7 @@ repos:
|
|||||||
|
|
||||||
# prettier, opinionated code formatter
|
# prettier, opinionated code formatter
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v4.0.0-alpha.1"
|
rev: "v3.1.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
# These are handled by Black below or pretty-format-json above
|
# These are handled by Black below or pretty-format-json above
|
||||||
@ -133,7 +133,7 @@ repos:
|
|||||||
# https://www.npmjs.com/package/prettier-plugin-nginx
|
# https://www.npmjs.com/package/prettier-plugin-nginx
|
||||||
"prettier-plugin-nginx@1.0.3",
|
"prettier-plugin-nginx@1.0.3",
|
||||||
# https://www.npmjs.com/package/prettier-plugin-toml
|
# https://www.npmjs.com/package/prettier-plugin-toml
|
||||||
"prettier-plugin-toml@2.0.1",
|
"prettier-plugin-toml@1.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Black, opinionated Python code formatter
|
# Black, opinionated Python code formatter
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
-- https://steamdecki.org/Steam_Deck/Wireless/Bluetooth#Enabling_More_Codecs_and_Enabling_Headsets
|
|
||||||
-- Note to self: don't start limiting the codecs, just select the correct one
|
|
||||||
-- from pavucontrol, it will be remembered. SteamOS: add pavucontrol as a
|
|
||||||
-- non-Steam game for management in big picture mode.
|
|
||||||
bluez_monitor.properties = {
|
|
||||||
["bluez5.enable-sbc-xq"] = true,
|
|
||||||
["bluez5.enable-msbc"] = true,
|
|
||||||
-- The default is all, but for some reason that removes all the high
|
|
||||||
-- quality codecs.
|
|
||||||
["bluez5.codecs"] = "[sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex]",
|
|
||||||
}
|
|
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