# startx configuration file. # Use a black background for the root window. xsetroot -solid black # 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