summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xx/.xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/x/.xinitrc b/x/.xinitrc
index f0f1b81..e6f0f41 100755
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -31,6 +31,9 @@ synclient VertScrollDelta=-237
synclient HorizScrollDelta=-237
sxhkd &
+# MPD daemon start (if no other instance exists)
+[ -z $(pidof mpd) ] && mpd &
+
# screen powersave
xset +dpms
xset dpms 0 0 300