#!/bin/sh # ---------------------------------------------------------------------- # file: ~/.xinitrc # author: Christopher (moparx) - www.linuxinfusion.com # modified: June 21, 2008 # vim:enc=utf-8:ai:si:ts=5:sw=5:et:nu:fdm=indent:fdn=1: # ---------------------------------------------------------------------- # a quick fix for my left speaker being muted at start. amixer -q sset PCM 3+ amixer -q sset PCM 3- # start launching the crap i want loaded. xcompmgr -c -t-5 -l-5 -r4.2 -o.55 & xrdb -merge ~/.Xresources & numlockx & thunar --daemon & eval $(cat ~/.fehbg) & conky & # check if my daemons are running and load them if they are not. ps -C fetchmail || { fetchmail & } ps -C urxvtd || { urxvtd -q -f -o & } ps -C mpd || { mpd & } # witness the power of openbox... coming soon to an X server near you! aplay ~/.config/openbox/login.wav & openbox