dotfiles/.config/fish/functions/toglpulse.fish

16 lines
585 B
Fish
Raw Normal View History

2022-06-30 20:49:15 +00:00
function toglpulse
killall slack Discord DiscordCanary
2022-06-30 20:49:15 +00:00
if test -e ~/.config/pulse/client.conf
rm -rf ~/.config/pulse/client.conf
ssh -o StrictHostKeyChecking=no venator.lan systemctl --user restart pipewire-pulse
or ssh -o StrictHostKeyChecking=no venator.lan nssm restart pulseaudio
2022-06-30 20:49:15 +00:00
rebar
else
killall easyeffects pavucontrol; or killall -9 easyeffects pavucontrol
2022-06-30 20:49:15 +00:00
echo "default-server = venator.lan" > ~/.config/pulse/client.conf
systemctl --user stop pipewire pipewire-pulse wireplumber
rebar
end
end