X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=7513f8203bdd6ea1daea369439144ecc11865961;hb=f3394ebbb4fea4997b3c5cd6ebe0f126985b7284;hp=254cb0a8f003c9eb531a92c6994d54daa6805dbf;hpb=ad32c67723150f9d323581956e277b17e416fd92;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index 254cb0a..7513f82 100644 --- a/xinitrc +++ b/xinitrc @@ -1,5 +1,17 @@ # startx configuration file. +# Use a black background for the root window. +xsetroot -solid black + +# Use my X11 key bindings. +xmodmap ~/.xmodmaprc + +if [ -f ~/.background ]; then + hsetroot -full ~/.background +fi + # Start stumpwm. -exec stumpwm +xmonad + +# vim: ft=sh