legacy-dotfiles/.xinitrc
2011-11-17 10:56:32 +01:00

24 lines
623 B
Bash

# -*- mode: shell-script -*-
# -----[ Set background ]---------------------------------------------
xsetroot -solid black
# -----[ Modify keys ]------------------------------------------------
xmodmap ~/.Xmodmap
# -----[ Start some programs ]----------------------------------------
conky
numlockx &
# mpdscribble
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
# -----[ Start notifier ]---------------------------------------------
/usr/bin/dunst &
# -----[ Start session ]----------------------------------------------
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors