#!/bin/sh
# start some nice programs

if [ -d /etc/xinitrc.d ] ; then
 for f in /etc/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

export XCURSOR_THEME=BASE
#export XCURSOR_SIZE=32

setxkbmap dvorak-hu-herminux &

#hterm & #herminux terminal-launcher 
#(sometimes disappears if called from here, use .jwmrc StartupCommand instead to autostart GUI programs)

jwm

