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