summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.profile2
-rw-r--r--.xprofile1
2 files changed, 1 insertions, 2 deletions
diff --git a/.profile b/.profile
index bb226b0..16bc04d 100644
--- a/.profile
+++ b/.profile
@@ -38,8 +38,6 @@ export LESS_TERMCAP_se="$(printf '%b' '')"
export LESS_TERMCAP_us="$(printf '%b' '')"
export LESS_TERMCAP_ue="$(printf '%b' '')"
-mpd >/dev/null 2>&1 &
-
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
# Start graphical server on tty1 if not already running.
diff --git a/.xprofile b/.xprofile
index 0e69af7..9812f45 100644
--- a/.xprofile
+++ b/.xprofile
@@ -7,6 +7,7 @@
# Add this when you include flatpak in your system
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
+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
xcompmgr & # xcompmgr for transparency