# Auto start X programs (template)

# First 2 lines starting with # are shown as menu description.
#xeyes  -geometry 100x100-35-35 &
#xload  -geometry 100x100-200-35 &

# You can run any command by adding command as below

# The file name of this script needs to be changed to something
# like 40auto-start if the following application needs to work with 
# SCIM started at 30im-scim .
#
# Quick start of x-termminal in en_US.UTF-8 locale with 80x40 screen size
#x-terminal-emulator-m17n en_US.UTF-8 -geometry 80x40 &

# Quick start for Mutt in kterm (Japanese)
#LANG=ja_JP.EUC-JP LC_CTYPE=ja_JP.EUC-JP LC_MESSAGES=en_US.ISO-8859-1 kterm -geometry 80x40 -xim -e mutt &

# Mozilla Navigator
#mozilla &

