aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-01-19 15:17:11 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-01-19 15:17:11 +0300
commit8003d445c2fdba680aac7d927ea72195cb080f62 (patch)
tree6494ecfbe3539abefc48485264986030c5ff9d6b /dotfiles/.local
parentcc362d3ad8f524eeb234638c5779e50324182567 (diff)
downloadswayrice-8003d445c2fdba680aac7d927ea72195cb080f62.tar.gz
swayrice-8003d445c2fdba680aac7d927ea72195cb080f62.zip
niri: config improvements
* Move pipewire start up back to niri's config; niri doesn't require pipewire to be activated beforeheand anymore. * Add in-column window swap bind. * Add startup jingle, because why not.
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-xdotfiles/.local/bin/pipewire-restart4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/pipewire-restart b/dotfiles/.local/bin/pipewire-restart
index 29309d3..da5721c 100755
--- a/dotfiles/.local/bin/pipewire-restart
+++ b/dotfiles/.local/bin/pipewire-restart
@@ -1,4 +1,6 @@
#!/bin/sh
killall pipewire wireplumber pipewire-pulse pipewire-jack
-pipewire & wireplumber & pipewire-pulse & pipewire-jack
+pipewire > ~/.cache/pw.log 2>&1 &
+wireplumber > ~/.cache/wireplumber.log 2>&1 &
+pipewire-pulse > ~/.cache/pw-pulse.log 2>&1 &