diff options
author | June McEnroe <programble@gmail.com> | 2013-04-06 11:09:26 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-04-06 11:09:26 -0400 |
commit | 53cc33bd671368ca2d658cfc86d708df7bf2682e (patch) | |
tree | 79fdb92aa2a504a565eec8ad2e5e7e60913db31b | |
parent | Simplify autostart (diff) | |
download | src-53cc33bd671368ca2d658cfc86d708df7bf2682e.tar.gz src-53cc33bd671368ca2d658cfc86d708df7bf2682e.zip |
Restore wallpaper automatically
Diffstat (limited to '')
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc index 6bdd99ac..80986b74 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,6 +5,7 @@ xautolock -locker slimlock -time 30 & unclutter -idle 3 -noevents & start-pulseaudio-x11 & xsetroot -cursor_name left_ptr & +nitrogen --restore & mpd & mpdscribble & |