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