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 -*-
|
||||
|
||||
habak -mp 0,0 ~/pictures/wallpapers/1680x1050 \
|
||||
-mp -0,0 ~/pictures/wallpapers/1280x1024
|
||||
# -----[ Set background ]---------------------------------------------
|
||||
xsetroot -solid black
|
||||
|
||||
# -----[ Modify keys ]------------------------------------------------
|
||||
xmodmap ~/.Xmodmap
|
||||
|
||||
# -----[ Start some programs ]----------------------------------------
|
||||
conky
|
||||
numlockx &
|
||||
while :; do
|
||||
xsetroot -name "`~/.rootname.scm`"
|
||||
sleep 1m
|
||||
done &
|
||||
|
||||
# mpdscribble
|
||||
pidof mpdscribble >& /dev/null
|
||||
|
@ -17,4 +17,11 @@ then
|
|||
mpdscribble &
|
||||
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