
# install this file as ~/.babaya/startup after customizing it to your
# liking. 

# note that the default is to ignore this file. I myself just use
# .xinitrc. You can use this anyway if you like, see the FAQ list for
# more details.

# set a nice screen saver timout value

xset s 300

# make the delte key send ^D

xmodmap -e "keysym Delete = 0x4"

# make the backspace key send delete

xmodmap -e "keysym BackSpace = Delete"

# this a must-have. terrific application!

unclutter -jitter 3 -root &

# start the main xterm

xterm -name MainTerm2 -C &

# you know that, don't you?

xload &

# try this if you run linux. very good.

xsysinfo &

# start the window manager. I use ctwm.

ctwm &

# that's all

