mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 20:37:22 +00:00
Make bspwm work with vnc displays; and general updates/cleanups
- Set fish colors to more gruvbox accurate theme - Fix nvim transparency - Remove conky, qutebrowser, and taskrc configs - Update fish greeting - Update toglpulse script
This commit is contained in:
parent
81e8b0c49c
commit
503fb8bff6
15 changed files with 83 additions and 638 deletions
|
|
@ -3,13 +3,12 @@ function toglpulse
|
|||
|
||||
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
|
||||
systemctl --user start pipewire.socket
|
||||
rebar
|
||||
else
|
||||
killall easyeffects pavucontrol; or killall -9 easyeffects pavucontrol
|
||||
echo "default-server = venator.lan" > ~/.config/pulse/client.conf
|
||||
systemctl --user stop pipewire pipewire-pulse wireplumber
|
||||
echo "default-server = 192.168.1.155" >~/.config/pulse/client.conf
|
||||
systemctl --user stop pipewire.socket pipewire pipewire-pulse wireplumber
|
||||
rebar
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue