X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=6a9025463be38986c376bbbf6286dd8c1cdfba6c;hb=1c470d8cb81071b0ba7d826e4085ed8ebc01b0f9;hp=799a2d47442e74d827331dee1e25da5e9313573f;hpb=57f9d9c5711a8a44e6816e2c2ca886cc33aa52fa;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index 799a2d4..6a90254 100644 --- a/xinitrc +++ b/xinitrc @@ -7,7 +7,12 @@ xsetroot -solid black # Use my X11 key bindings. xmodmap ~/.xmodmaprc -# Start stumpwm. +# Change the background if available. +if [ -f ~/.background ]; then + hsetroot -full ~/.background +fi + +# Start XMonad. xmonad # vim: ft=sh