Enable numlock on start, show emails and such in rootname and run dwm
This commit is contained in:
parent
dd4876f035
commit
3c604de7bb
1 changed files with 8 additions and 2 deletions
10
xinitrc
10
xinitrc
|
@ -1,7 +1,13 @@
|
|||
# -*- mode: shell-script -*-
|
||||
|
||||
habak -mp 0,0 ~/pictures/wallpapers/1680x1050 -mp -0,0 ~/pictures/wallpapers/1280x1024
|
||||
habak -mp 0,0 ~/pictures/wallpapers/1680x1050 \
|
||||
-mp -0,0 ~/pictures/wallpapers/1280x1024
|
||||
xmodmap -e "pointer = 3 2 1"
|
||||
conky
|
||||
numlockx &
|
||||
while :; do
|
||||
xsetroot -name "`~/.rootname.scm`"
|
||||
sleep 1m
|
||||
done &
|
||||
|
||||
exec wmii
|
||||
exec ~/development/projects/dwm/dwm
|
||||
|
|
Loading…
Reference in a new issue