Please bear with us as we work to restore functionality to dotfiles.org.
.xinitrc
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
### Wallpaper set command ###
eval `cat ~/.fehbg`
#xsetroot -solid '#222222'&
### Autostart applications ###
numlockx &
autocutsel &
urxvtd -q -f -o &
### Autostart mouse speed ###
xset m 1 1
### Window Manager set ###
# exec startkde
# exec start-fusion
# exec wmaker
# exec startxfce4
# exec icewm
# exec fvwm
# exec openbox
# exec startfluxbox
# exec awesome
# exec wmii
# exec ratpoison
### compiz ###
#exec start-fusion
### dwm ###
#exec ~/bin/dwm-conkystatus | dwm
exec ~/bin/dwm-status | dwm
#exec conky | dwm