diff options
author | June McEnroe <june@causal.agency> | 2013-03-22 00:09:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-03-22 00:09:16 -0400 |
commit | 30a83ab7355cf43df4a439cf0fe48aaef4bbbdc3 (patch) | |
tree | 12b8f3b16f24e92b05cb2061c2ef2c74d75230e1 /.xinitrc | |
parent | Default to Ruby 2.0 (diff) | |
download | src-30a83ab7355cf43df4a439cf0fe48aaef4bbbdc3.tar.gz src-30a83ab7355cf43df4a439cf0fe48aaef4bbbdc3.zip |
Simplify autostart
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc index 898efe4e..6bdd99ac 100644 --- a/.xinitrc +++ b/.xinitrc @@ -4,6 +4,7 @@ xrdb ~/.Xresources & xautolock -locker slimlock -time 30 & unclutter -idle 3 -noevents & start-pulseaudio-x11 & +xsetroot -cursor_name left_ptr & mpd & mpdscribble & |