commit c1da5e1069752003b5fcd494e26a26f65fc0eead parent ad2687298c1399f11a8c8d3789166c764cf07849 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sun, 21 Mar 2021 05:18:24 -0400 Remove pulseaudio and syncthing from xinitrc Diffstat:
M | .xinitrc | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.xinitrc b/.xinitrc @@ -37,8 +37,8 @@ feh --bg-fill --no-fehbg ~/media/pics/wallpapers/136dc68ed8b644b7f56558a55ba4674 ### Launch programs ### picom & # Compositor (replace with picom in future) dunst & # Notification daemon -pkill pulseaudio # Explicitly kill pulseaudio -pulseaudio --start # Start pulseaudio -syncthing -no-browser & # Syncthing daemon +pipewire & +pipewire-pulse & +pipewire-media-session & exec dwm