1 2 3 4 5 6 7 8 9 10 11 12 13 14 | $ cat ~/.xinitrc
~/xrandr-setup.sh
#xcalib ~/true.icc
xsetroot -solid black
trayer --edge top --align right --SetDockType true --SetPartialStrut true --widthtype request &
firefox &
gajim &
urxvt &
amarokapp &
xmonad
#gnome-session
|