diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-09-21 08:20:39 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-09-21 08:20:39 -0400 |
| commit | 80e868e4afd7332390ee781f33e5841450eaaa77 (patch) | |
| tree | 1e8667b2df260e159cda76e607089bbd111df55e | |
| parent | 426979aa7250e1d09b1f6044020d3f2b538425a9 (diff) | |
| download | eibhear-80e868e4afd7332390ee781f33e5841450eaaa77.tar.gz eibhear-80e868e4afd7332390ee781f33e5841450eaaa77.tar.zst eibhear-80e868e4afd7332390ee781f33e5841450eaaa77.zip | |
revert to fix #810
| -rwxr-xr-x | .xprofile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
