diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-19 15:17:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-19 15:17:11 +0300 |
commit | 8003d445c2fdba680aac7d927ea72195cb080f62 (patch) | |
tree | 6494ecfbe3539abefc48485264986030c5ff9d6b /dotfiles/.local/bin/pipewire-restart | |
parent | cc362d3ad8f524eeb234638c5779e50324182567 (diff) | |
download | swayrice-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/bin/pipewire-restart')
-rwxr-xr-x | dotfiles/.local/bin/pipewire-restart | 4 |
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 & |