diff options
Diffstat (limited to '')
-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 |