diff options
author | Amin Bandali <me@aminb.org> | 2014-11-24 21:07:33 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-11-24 21:07:33 -0500 |
commit | faafd14a401e9b4abc401235578fd9fa99019e7c (patch) | |
tree | c36666d1c9dd43310bce20bf3c99d4c19be094dc | |
parent | c6be1079d6a56978efb98164061c7b72b178f368 (diff) | |
download | configs-faafd14a401e9b4abc401235578fd9fa99019e7c.tar.gz configs-faafd14a401e9b4abc401235578fd9fa99019e7c.tar.xz configs-faafd14a401e9b4abc401235578fd9fa99019e7c.zip |
start MPD on login
-rwxr-xr-x | x/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |