Mercurial > dotfiles
view .xinitrc @ 7:9d451b6d3647
added .xbindkeysrc
author | meillo@marmaro.de |
---|---|
date | Mon, 10 Sep 2007 22:02:07 +0200 |
parents | d7884728e836 |
children | f4fd1276a8b3 |
line wrap: on
line source
# markus schnalke -- http://marmaro.de # turn off beeps (dont know if this really works) /usr/bin/xset -b /usr/bin/numlockx on # set CAPS_LOCK as ESC /usr/bin/xmodmap $HOME/.xmodmaprc # set multimedia keys /usr/bin/xbindkeys # 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 | /usr/local/bin/dwm