XINIT: replace habak with xsetroot
This commit is contained in:
parent
90fd54383f
commit
7f2acb2e68
1 changed files with 14 additions and 7 deletions
21
.xinitrc
21
.xinitrc
|
@ -1,14 +1,14 @@
|
||||||
# -*- mode: shell-script -*-
|
# -*- mode: shell-script -*-
|
||||||
|
|
||||||
habak -mp 0,0 ~/pictures/wallpapers/1680x1050 \
|
# -----[ Set background ]---------------------------------------------
|
||||||
-mp -0,0 ~/pictures/wallpapers/1280x1024
|
xsetroot -solid black
|
||||||
|
|
||||||
|
# -----[ Modify keys ]------------------------------------------------
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
|
|
||||||
|
# -----[ Start some programs ]----------------------------------------
|
||||||
conky
|
conky
|
||||||
numlockx &
|
numlockx &
|
||||||
while :; do
|
|
||||||
xsetroot -name "`~/.rootname.scm`"
|
|
||||||
sleep 1m
|
|
||||||
done &
|
|
||||||
|
|
||||||
# mpdscribble
|
# mpdscribble
|
||||||
pidof mpdscribble >& /dev/null
|
pidof mpdscribble >& /dev/null
|
||||||
|
@ -17,4 +17,11 @@ then
|
||||||
mpdscribble &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec ~/development/projects/dwm/dwm
|
# -----[ Repeatedly set rootname ]------------------------------------
|
||||||
|
while :; do
|
||||||
|
xsetroot -name "`~/.rootname.scm`"
|
||||||
|
sleep 1m
|
||||||
|
done &
|
||||||
|
|
||||||
|
# -----[ Start session ]----------------------------------------------
|
||||||
|
exec ck-launch-session ~/development/projects/dwm/dwm
|
||||||
|
|
Loading…
Reference in a new issue