mirror of https://github.com/mitchell/dotfiles.git
Set default MPV dimensions and improve toglpulse
This commit is contained in:
parent
d78170562d
commit
81e8b0c49c
|
@ -1,10 +1,13 @@
|
|||
function toglpulse
|
||||
killall slack Discord DiscordCanary
|
||||
|
||||
if test -e ~/.config/pulse/client.conf
|
||||
rm -rf ~/.config/pulse/client.conf
|
||||
ssh venator.lan systemctl --user restart pipewire-pulse; or ssh venator.lan nssm restart pulseaudio
|
||||
ssh -o StrictHostKeyChecking=no venator.lan systemctl --user restart pipewire-pulse
|
||||
or ssh -o StrictHostKeyChecking=no venator.lan nssm restart pulseaudio
|
||||
rebar
|
||||
else
|
||||
pkill -fi easyeffects; or pkill -fi -9 easyeffects
|
||||
killall easyeffects pavucontrol; or killall -9 easyeffects pavucontrol
|
||||
echo "default-server = venator.lan" > ~/.config/pulse/client.conf
|
||||
systemctl --user stop pipewire pipewire-pulse wireplumber
|
||||
rebar
|
||||
|
|
Loading…
Reference in New Issue