~ StatC /.xinitrc
#!/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