~ StatC /.xinitrc

Just an .xinitrc with adjusted background and X11 cursor and some programs which I want to automatically start
#!/bin/sh

#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#

# background
#
feh --bg-scale ~/background
#
# cursor. Otherwise the default one is always used
# even if /usr/share/icons/default/ was properly set
#
xsetroot -cursor_name left_ptr
#
# mouse acceleration
#
xset m 5

# autorun :)
#
autorun &

# run the window manager
#
xmonad