#!/bin/sh
# 

# if you get a "stray window" on login, set a delay here
# sleep 5

# put commands you want to run when IceWM starts in this file

# Authentication agent
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

# Advanced desktop: icons, wallpaper, auto-mount
#spacefm --desktop &

# Generate menu, if automenu is enabled
/usr/share/icewm/menu-gen quiet &

# activate screensaver
#xscreensaver -no-splash &

# disable touchpad while typing, half second delay
#syndaemon -i .5 -d &

# set edge instead of two finger vertical scrolling
#synclient VertTwoFingerScroll=0 VertEdgeScroll=1 &

sleep 5
# run network manager in systray
#wicd-client -t &

# show mixer
#pnmixer &
