From c13d082429b1ce7dca15ca00af339dd446bd7ccc Mon Sep 17 00:00:00 2001 From: "Antoine Phan, on LuminisArcana" Date: Wed, 1 Apr 2026 01:18:44 -0400 Subject: [PATCH] Update --- README.md | 1 + niri/.config/niri/config.kdl | 4 ++-- .../wireplumber.conf.d/alsa-amd-ryzen.conf | 13 +++++++++++++ zsh/.zshrc | 1 - 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2379d59..49d668b 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ cat allPackages.txt | yay -S - --needed - Gateway: `192.168.0.1` - To inspect: `nmcli connection show` - To reconfigure: `nmcli connection modify ipv4.addresses 192.168.0.99/24 ipv4.gateway 192.168.0.1 ipv4.method manual && nmcli connection up ` +- WPS Writer needs `libtiff5` package for PDF export --- diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 7f5b78c..fdb5b58 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -358,8 +358,8 @@ binds { // Note: the entire command goes as a single argument in the end. // Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; } - XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "6%+"; } - XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "6%-"; } + XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%+" "-l" "1.2"; } + XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%-" "-l" "1.2"; } XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; } XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; } XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; } diff --git a/pipewire/.config/wireplumber/wireplumber.conf.d/alsa-amd-ryzen.conf b/pipewire/.config/wireplumber/wireplumber.conf.d/alsa-amd-ryzen.conf index 1a61465..6c268d2 100644 --- a/pipewire/.config/wireplumber/wireplumber.conf.d/alsa-amd-ryzen.conf +++ b/pipewire/.config/wireplumber/wireplumber.conf.d/alsa-amd-ryzen.conf @@ -42,4 +42,17 @@ monitor.alsa.rules = [ } } } + # Prefer analog output on AMD Ryzen HD Audio as default sink + { + matches = [ + { + node.name = "~alsa_output.pci.*analog.*" + } + ] + actions = { + update-props = { + priority.session = 1500 + } + } + } ] diff --git a/zsh/.zshrc b/zsh/.zshrc index 9ddf0fe..46c8e64 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -90,7 +90,6 @@ alias enable-nvidia='export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAM alias cal='cal -m' alias bruh="echo 'bruh' | cowsay" alias pecha="sleep 20 && echo \"KUCHA\"" -alias intellij="exec $HOME/Applications/idea-IU-252.26830.84/bin/idea &" # --- Aliases: bun --- alias brd="bun run dev"