From: Simon Ruderich Date: Tue, 15 Sep 2009 23:20:27 +0000 (+0200) Subject: xinitrc: Set the X root background if possible. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=f3394ebbb4fea4997b3c5cd6ebe0f126985b7284;hp=23526882a99b0addedacc3ac4241b26fdd0f0e8f;p=config%2Fdotfiles.git xinitrc: Set the X root background if possible. --- diff --git a/xinitrc b/xinitrc index 799a2d4..7513f82 100644 --- a/xinitrc +++ b/xinitrc @@ -7,6 +7,10 @@ xsetroot -solid black # Use my X11 key bindings. xmodmap ~/.xmodmaprc +if [ -f ~/.background ]; then + hsetroot -full ~/.background +fi + # Start stumpwm. xmonad