summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: a0049d5226693d1389d9082a41ddc66b585f7547 (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
25
26
27
# -*- 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

# -----[ Repeatedly set rootname ]------------------------------------
while :; do
    xsetroot -name "`~/.rootname.scm`"
    sleep 1m
done &

# -----[ Start session ]----------------------------------------------
exec ck-launch-session /usr/bin/herbstluftwm