1
0
Fork 0

Manual backup: 2023-06-21 00:42:40

This commit is contained in:
Alexander Schäferdiek 2023-06-21 00:42:40 +02:00
parent 5a58b46d65
commit 2e8ec7111e
3 changed files with 38 additions and 10 deletions

View file

@ -26,5 +26,30 @@
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "Automatic backup: {{date}}"
}

View file

@ -4,11 +4,11 @@
"type": "split",
"children": [
{
"id": "6f8582753cb3fb65",
"id": "8953cdb0eaaf985b",
"type": "tabs",
"children": [
{
"id": "e60952abd53b589f",
"id": "f017e6144fedce85",
"type": "leaf",
"state": {
"type": "empty",
@ -128,8 +128,10 @@
"templater-obsidian:Templater": false
}
},
"active": "e60952abd53b589f",
"active": "f017e6144fedce85",
"lastOpenFiles": [
"KB/Linux/Desktop/Audio/EQ.md",
"KB/Linux/Desktop/Audio/aptx and pulseaudio.md",
"KB/Linux/AMD.md",
"KB/Linux/Server/Hetzner/Storagebox.md",
"KB/Linux/Wireguard.md",
@ -149,8 +151,6 @@
"KB/Linux/DNS.md",
"KB/Linux/Disk Speed.md",
"KB/Android/ADB Backup.md",
"KB/Linux/Desktop/Audio/EQ.md",
"KB/Linux/Desktop/Audio/aptx and pulseaudio.md",
"KB/Linux/Desktop/KDE/KDE Tiling.md",
"KB/Linux/Desktop/KDE/KDE.md",
"KB/Linux/Desktop/Fonts.md",

View file

@ -19,13 +19,15 @@ Baseline for this is the [following website](https://forum.level1techs.com/t/imp
### With PipeWire
Use `PulseEffects` presets for EQ settings and _enable auto-start_ of PulseEffects.
Use `PulseEffects` (X.org) or `Easy Effects` (Wayland) presets for EQ settings and _enable auto-start_.
Make sure that `lsp-plugins` is installed for `EasyEffects`.
There are some very convenient settings you probably want to set.
* Handle suspend
* Handle suspend (globally in `/etc` or as drop-ins in `~/config/...`)
* In `/etc/pipewire/media-session.d/media-session.{conf|confpause}` comment out `suspend-node` to enable suspending feature
* In `/etc/pipewire/media-session.d/alsa-monitor.conf` set a timeout so that your DAC/output device is able to always receive a signal if you like.
* In Wireplumber or `/etc/pipewire/media-session.d/alsa-monitor.conf` set a timeout so that your DAC/output device is able to always receive a signal if you like.
```shell
node.pause-on-idle = false
@ -35,10 +37,11 @@ There are some very convenient settings you probably want to set.
* If you like, set a default _sample rate_ in `/etc/pipewire/pipewire.conf`, e.g. for 44.1kHz
```shell
default.clock.rate = 44100
default.clock.rate = 44100
default.clock.allowed-rates = [ 44100 ]
```
* Use `systemctl --user restart pipewire-media-session.service pipewire.service pipewire-pulse.service` to restart PipeWire
* Use `systemctl --user restart wireplumber.service pipewire.service pipewire-pulse.service` to restart PipeWire
### With PulseAudio