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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.xinitrc Wed Apr 25 20:42:44 2007 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# markus schnalke -- http://marmaro.de 1.5 + 1.6 + 1.7 +# turn off beeps (dont know if this really works) 1.8 +xset -b 1.9 + 1.10 +# set multimedia keys and CAPS_LOCK as ESC 1.11 +/usr/bin/xmodmap $HOME/.xmodmaprc 1.12 + 1.13 + 1.14 +# set wallpaper 1.15 +#eval `cat $HOME/.fehbg` 1.16 +feh --bg-scale $HOME/.kiwi-tour.jpg 1.17 + 1.18 + 1.19 +# start apps 1.20 +firefox & 1.21 +urxvt -e ssh meillo@serveme & 1.22 +urxvt -e screen -R & 1.23 + 1.24 + 1.25 +# start the window manager 1.26 +while true ; do 1.27 + echo `date +"%F %H:%M"` 1.28 + sleep 2 1.29 +done | /home/meillo/dwm