#Herminux desktop configuration (called from and sets temporary variables for '/usr/bin/startx' script)
#(Important: spaces cannot be placed between the variable-names and values around the '=' signs)

KEYBOARD_MODEL="pc105"
KEYBOARD_LAYOUT_SWITCH="alt_shift_toggle"
KEYBOARD_LAYOUTS="dvorak,us,hu"
KEYBOARD_VARIANTS=" , , "
KEYBOARD_REPEAT_DELAY="260"
KEYBOARD_REPEAT_INTERVAL="40" 

MOUSE_ACCELERATION="2/1"
MOUSE_ACCELERATION_TRESHOLD="4"
MOUSE_CURSOR_THEME="BASE"
#MOUSE_CURSOR_SIZE="32"

SCREEN_DISPLAY=":0"
SCREEN_INIT_PATTERN="OFF"
#SCREEN_RESOLUTION="1024x768"
#SCREEN_REFRESH_RATE="60.00"
SCREEN_ALLOW_REMOTE_TCP="ON"

SCREENSAVER_TIMEOUT="10"
SCREENSAVER_BLANKING="OFF"
SCREENSAVER_PROGRAM="/usr/lib/xorg/screensavers/fireworkx"

WINDOW_MANAGER="/usr/bin/jwm"

AUTOSTART_PROGRAMS="xterm -bg black -fg white -tn rxvt -sr"
