projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c6be107
)
start MPD on login
author
Amin Bandali
<me@aminb.org>
Tue, 25 Nov 2014 02:07:33 +0000
(21:07 -0500)
committer
Amin Bandali
<me@aminb.org>
Tue, 25 Nov 2014 02:07:33 +0000
(21:07 -0500)
x/.xinitrc
patch
|
blob
|
blame
|
history
diff --git
a/x/.xinitrc
b/x/.xinitrc
index
f0f1b81
..
e6f0f41
100755
(executable)
--- a/
x/.xinitrc
+++ b/
x/.xinitrc
@@
-31,6
+31,9
@@
synclient VertScrollDelta=-237
synclient HorizScrollDelta=-237
sxhkd &
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
# screen powersave
xset +dpms
xset dpms 0 0 300