#!/bin/sh fluxbox & xmodmap "${HOME}/.Xmodmap" export GTK_IM_MODULE='xim' export QT_IM_MODULE='xim' xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation' 1 xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Button' 2 xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Timeout' 200 xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Axes' 6 7 4 5 xscreensaver & # Give fluxbox a second before starting fbpanel. # This should avoid an apparent race condition where fbpanel declares its NETWM # dock hint before fluxbox is around to handle it. sleep 1 DISPLAY=:0.0 fbpanel -p taskbar & clipit & redshift-gtk -c "${HOME}/.redshift.conf" & wicd-gtk -t &