diff options
author | June McEnroe <june@causal.agency> | 2013-04-06 11:09:26 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-04-06 11:09:26 -0400 |
commit | 48a9014aa1051ee925547fc056cca35ee192980c (patch) | |
tree | c2ad44738e09baffd288eb0dfecaf3deff726c96 | |
parent | Simplify autostart (diff) | |
download | src-48a9014aa1051ee925547fc056cca35ee192980c.tar.gz src-48a9014aa1051ee925547fc056cca35ee192980c.zip |
Restore wallpaper automatically
-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 & |