Mercurial > dotfiles
view .xinitrc @ 4:68dd6ae11835
lots of minor adjustments; some major things in bashrc & inputrc
author | meillo@marmaro.de |
---|---|
date | Tue, 04 Sep 2007 22:04:31 +0200 |
parents | 4c1ead2dc501 |
children | d7884728e836 |
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 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