view .xinitrc @ 6:d7884728e836

rename .Xresources -> .Xdefaults
author meillo@marmaro.de
date Fri, 07 Sep 2007 23:26:38 +0200
parents 68dd6ae11835
children 9d451b6d3647
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 | /usr/local/bin/dwm