From 2e8ec7111ea613c0958d3a81dfcf9ca4213f43c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Wed, 21 Jun 2023 00:42:40 +0200 Subject: [PATCH] Manual backup: 2023-06-21 00:42:40 --- .obsidian/plugins/obsidian-git/data.json | 25 ++++++++++++++++++++++++ .obsidian/workspace.json | 10 +++++----- KB/Linux/Desktop/Audio/EQ.md | 13 +++++++----- 3 files changed, 38 insertions(+), 10 deletions(-) diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index b54a044..e286959 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -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}}" } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index a9e2678..d6befdc 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/KB/Linux/Desktop/Audio/EQ.md b/KB/Linux/Desktop/Audio/EQ.md index 7dfb997..ee84cd4 100644 --- a/KB/Linux/Desktop/Audio/EQ.md +++ b/KB/Linux/Desktop/Audio/EQ.md @@ -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