#!/bin/sh
# 

# list commands you want to run when IceWM starts
/usr/share/icewm/firstrun

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

# Advanced desktop: icons and wallpaper
spacefm --desktop &

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

# Generate menu (automenu must be active)
/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 TapButton1=1 &

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

# show mixer
pnmixer &

# show clipboard utility
#parcellite &

# If you want sound effects, download a sound theme (http://triq.net/theme/icefx)
# Copy the .wav files to a folder, then edit the line below as needed
# icesound -i ALSA -s /full/path/to/soundfiles &

