summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-09-21 08:20:39 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-09-21 08:20:39 -0400
commit80e868e4afd7332390ee781f33e5841450eaaa77 (patch)
tree1e8667b2df260e159cda76e607089bbd111df55e
parent426979aa7250e1d09b1f6044020d3f2b538425a9 (diff)
downloadeibhear-80e868e4afd7332390ee781f33e5841450eaaa77.tar.gz
eibhear-80e868e4afd7332390ee781f33e5841450eaaa77.tar.zst
eibhear-80e868e4afd7332390ee781f33e5841450eaaa77.zip
revert to fix #810
-rwxr-xr-x.xprofile6
1 files changed, 0 insertions, 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