X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=6a9025463be38986c376bbbf6286dd8c1cdfba6c;hb=8a553db71c9f4f52bb3311e149ae529721bb7141;hp=0899431fcd68f4b51a9c0c0bf3adac58a5f341d2;hpb=fb6f9deb3132811267636d2038dfc9fe96ac03de;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc old mode 100644 new mode 100755 index 0899431..6a90254 --- 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