#!/bin/sh

#xmodmap ~/.de_neo/de_neo.Xmodmap # wird bereits beim start von 
                                  # xdm eingebunden.
xmodmap ~/.xmodmap
xbindkeys
~/.dwm/clipboard.rb &
export DWM_PIPE="/tmp/dwm_$DISPLAY"
mkfifo $DWM_PIPE

~/.dwm/dwmrc.rb $DWM_PIPE &
while true
do
    cat $DWM_PIPE
done | while true; do /usr/local/bin/dwm; done