#!/bin/zsh if [ "$(basename $0)" = ".xsession" ] ; then xmessage -buttons "cwm,gnome" -print -nearmouse -timeout 10 "choose WM [cwm]" case $? in 102 ) echo starting gnoem exec gnome-session ;; esac fi /usr/bin/wmname LG3D [ "$(hostname)" = "io" ] || /usr/bin/xhddled -d #eval $(/usr/bin/gpg-agent --daemon) #eval $(/usr/bin/ssh-agent) export $(/usr/bin/gnome-keyring-daemon --start) /usr/bin/xset b off /usr/bin/xset dpms 180 /usr/bin/xset fp+ $HOME/.fonts /usr/bin/xset fp rehash /usr/bin/setxkbmap us_de /usr/bin/setxkbmap -option terminate:ctrl_alt_bksp xrdb -merge ~/.Xresources /usr/bin/xmodmap ~/.Xmodmap /usr/bin/xbindkeys /usr/bin/feh --bg-scale ~/background/background TRAYER=/usr/bin/trayer [ -x /usr/bin/trayer-srg ] && TRAYER=/usr/bin/trayer-srg $TRAYER --widthtype request --align right --edge bottom --SetDockType true \ --transparent true --alpha 256 --height 13 & if [ -e /proc/acpi/ibm ] ; then /usr/bin/conky -d -c ~/.conkyrc-ibm else /usr/bin/conky -d -c ~/.conkyrc fi /usr/bin/conky -d -c ~/.conkyrc2 /usr/bin/xscreensaver & #wicd-gtk & #skype & #pidgin & #hotot & if [ -x /usr/bin/cwm ] ; then if [ -x /usr/bin/ck-launch-session ] ; then exec /usr/bin/ck-launch-session /usr/bin/cwm else exec /usr/bin/cwm fi fi [ -x /usr/bin/gnome-terminal ] && exec /usr/bin/gnome-terminal [ -x /usr/bin/xterm ] && exec /usr/bin/xterm