Mercurial > dotfiles
diff .xinitrc @ 3:4c1ead2dc501
xinitrc and screenrc added; code cleanups
author | meillo@marmaro.de |
---|---|
date | Wed, 25 Apr 2007 20:42:44 +0200 |
parents | |
children | 68dd6ae11835 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.xinitrc Wed Apr 25 20:42:44 2007 +0200 @@ -0,0 +1,26 @@ +# markus schnalke -- http://marmaro.de + + +# turn off beeps (dont know if this really works) +xset -b + +# set multimedia keys and CAPS_LOCK as ESC +/usr/bin/xmodmap $HOME/.xmodmaprc + + +# set wallpaper +#eval `cat $HOME/.fehbg` +feh --bg-scale $HOME/.kiwi-tour.jpg + + +# start apps +firefox & +urxvt -e ssh meillo@serveme & +urxvt -e screen -R & + + +# start the window manager +while true ; do + echo `date +"%F %H:%M"` + sleep 2 +done | /home/meillo/dwm