summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: d1e8b2eb241705d302d14aef1321c8c17ba9bb53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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