mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
4 Commits
e9fe061b2c
...
2328ecce7f
Author | SHA1 | Date | |
---|---|---|---|
2328ecce7f | |||
3f0557b1d0 | |||
2222ebd249 | |||
56ae517c92 |
@ -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.5"
|
rev: "v4.0.0-alpha.6"
|
||||||
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
|
||||||
|
@ -13,7 +13,10 @@
|
|||||||
// Additionally I get migraines and suffer from floaters when staring at
|
// Additionally I get migraines and suffer from floaters when staring at
|
||||||
// bright light screen so much and it's just easier to disable this than
|
// bright light screen so much and it's just easier to disable this than
|
||||||
// continuously click around Midnight Lizard or similar.
|
// continuously click around Midnight Lizard or similar.
|
||||||
defaultPref("privacy.resistFingerprinting", true);
|
// Note that this also BREAKS Mobilizon through enforced UTC and thus all
|
||||||
|
// timezones will be three hours off unless caution is exercised. I am not
|
||||||
|
// sure if this also caused weird developery seeming errors about timezones.
|
||||||
|
defaultPref("privacy.resistFingerprinting", false);
|
||||||
|
|
||||||
// Enable letterboxing
|
// Enable letterboxing
|
||||||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||||
|
@ -1,5 +1,25 @@
|
|||||||
# PipeWire notes
|
# PipeWire notes
|
||||||
|
|
||||||
|
<!-- editorconfig-checker-disable -->
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
|
- [File moved](#file-moved)
|
||||||
|
- [USB headset volume problem](#usb-headset-volume-problem)
|
||||||
|
- [Bluetooth](#bluetooth)
|
||||||
|
|
||||||
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
|
## File moved
|
||||||
|
|
||||||
|
This file moved here from `pipewire/media-session.d` since that is deprecated
|
||||||
|
by wireplumber.
|
||||||
|
|
||||||
## USB headset volume problem
|
## USB headset volume problem
|
||||||
|
|
||||||
2021-06-14: These files shouldn't even exist, the solution below is wrong,
|
2021-06-14: These files shouldn't even exist, the solution below is wrong,
|
||||||
@ -39,3 +59,8 @@ See also:
|
|||||||
|
|
||||||
- https://www.redpill-linpro.com/techblog/2021/05/31/better-bluetooth-headset-audio-with-msbc.html
|
- https://www.redpill-linpro.com/techblog/2021/05/31/better-bluetooth-headset-audio-with-msbc.html
|
||||||
- https://web.archive.org/web/20210614103423/https://www.redpill-linpro.com/techblog/2021/05/31/better-bluetooth-headset-audio-with-msbc.html
|
- https://web.archive.org/web/20210614103423/https://www.redpill-linpro.com/techblog/2021/05/31/better-bluetooth-headset-audio-with-msbc.html
|
||||||
|
|
||||||
|
The above may be somewhat deprecated. Refer to these instead:
|
||||||
|
|
||||||
|
- https://steamdecki.org/Steam_Deck/Wireless/Bluetooth#Enabling_More_Codecs_and_Enabling_Headsets
|
||||||
|
- Fedora: install `pipewire-codec-aptx` (from `rpmfusion-free-updates`)
|
@ -1,3 +1,4 @@
|
|||||||
|
-- Fedora: install pipewire-codec-aptx (from rpmfusion-free-updates)
|
||||||
-- https://steamdecki.org/Steam_Deck/Wireless/Bluetooth#Enabling_More_Codecs_and_Enabling_Headsets
|
-- 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
|
-- 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
|
-- from pavucontrol, it will be remembered. SteamOS: add pavucontrol as a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user