~/.xinitrc

This colorized verison of my .xinitrc configuration file is available for your convience.
The original file is available for download if you would like to use it.
#!/bin/sh
# file:    ~/.xnitrc
# author:  moparx     - https://moparx.com/configs
# date:    05/08/2013 - 18:12 EDT
# vim: set ai et fenc=utf-8 ft=sh nu si sts=0 sw=4 ts=8 tw=0 :
# ----------------------------------------------------------------------

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

#pulseaudio --start &
#xsetroot -cursor_name left_ptr &
#xrdb -merge ~/.Xresources &

#sh ~/.fehbg &
#mplayer ~/.config/openbox/login.ogg &

##urxvtd -q -f -o &
#compton -bCc -r7 -o.65 -l-10 -t-8 -D7 &
#dunst &
fetchmail -d 300 &
#unclutter -noevents &

#trayer --edge top --SetDockType true --SetPartialStrut true --transparent true \
#--alpha 0 --tint 0x000000 --height 16 --width 5 --expand true --align right --monitor 0 &

#xscreensaver -no-splash &
#parcellite &
#volti &

#mpdscribble &
#mpd &
#mpdnotify &

#exec xmonad

exec openbox-session
#exec startxfce4
#exec startkde

recommended sites

social