# 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 XMonad. xmonad # vim: ft=sh