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