From 80e868e4afd7332390ee781f33e5841450eaaa77 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 21 Sep 2020 08:20:39 -0400 Subject: [PATCH] revert to fix #810 --- .xprofile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.xprofile b/.xprofile index 2bdbb5b..861443b 100755 --- a/.xprofile +++ b/.xprofile @@ -7,12 +7,6 @@ # Add this when you include flatpak in your system dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY -# Autostart Pulseaudio if installed and not already started by init. -# Chromium/Brave doesn't automatically start Pulse for some reason. -[ -x /usr/bin/pulseaudio ] && - ! pidof pulseaudio >/dev/null && - setsid -f pulseaudio --start >/dev/null 2>&1 - mpd & # music player daemon-you might prefer it as a service though remaps & # run the remaps script, switching caps/esc and more; check it for more info setbg & # set the background with the `setbg` script