Mercurial > dotfiles
view .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 source
# 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