# Xsession
# by Josef Kufner <jkufner@seznam.cz>

#------------------------------------------------------------------------------

# disable power button
pwrbtn off

# restore volume
aumix -L

#xmodmap -e 'keycode 227=XF86WakeUp'
#xmodmap -e 'keycode 223=XF86Sleep'
#xmodmap -e 'keycode 222=XF86PowerDown'

#xbindkeys
#numlockx on
unclutter -idle 2 -root -noevents &

xscreensaver &
#xpenguins &

# background
# nice xpmroot "$HOME/.icewm/bg/xmas-hydra-1152x864.xpm" &
# nice xpmroot "$HOME/.icewm/bg/night-1152x864.xpm" &
# nice xpmroot "$HOME/.icewm/bg/A_Feeling_of_Rain-1152x864.xpm" &
nice icewmbg &

#------------------------------------------------------------------------------

# Apps
evolution &
rm /home/pepik/.licq/licq.pid 2> /dev/null ; licq &

# who monitor
$HOME/sh/who-warn michal &

# gnome conf. shit
/usr/lib/control-center/gnome-settings-daemon &


# Window manager
icewm || xterm

#------------------------------------------------------------------------------

# save volume
( aumix -q | grep -e '^vol 0, 0' ) && aumix -L -f ~/.aumix.mute
aumix -S

# zapnem power button
pwrbtn on

