#! /bin/bash

PATH="$HOME/bin:/usr/bin:/usr/local/bin:/bin"

# nice background
exec feh --bg-scale "$HOME/_wallpapers/tree.png" &

# status bars (dzen2)
exec conkycli -c "$HOME/.conkyclirc" | dzen2 -x '470' -y '0' -w '714' -h '16' -ta 'r' -bg '#333333' -fg '#dfdfdf' -fn '-*-terminus-*-*-*-*-12-*-*-*-*-*-*-*' &

exec conkycli -c "$HOME/.conkyclirc2" | dzen2 -x '0' -y '784' -w '480' -h '16' -ta 'l' -bg '#333333' -fg '#dfdfdf' -fn '-*-terminus-*-*-*-*-12-*-*-*-*-*-*-*' &

exec conkycli -c "$HOME/.conkyclirc3" | dzen2 -x '480' -y '784' -w '800' -h '16' -ta 'r' -bg '#333333' -fg '#dfdfdf' -fn '-*-terminus-*-*-*-*-12-*-*-*-*-*-*-*' &
# systray
exec stalonetray > /dev/null 2>&1 &

# gpg-agent
eval "$( gpg-agent --daemon )"

# MTA
exec claws-mail &

# IMC
exec gajim &

# OpenOffice.Org with GTK2 support
export OOO_FORCE_DESKTOP="gnome"

exec xmonad
