summaryrefslogtreecommitdiffstats
path: root/.fluxbox/startup
blob: 15f279caaac82d337a22543b2a57c0485880e35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

xmodmap "${HOME}/.Xmodmap"
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

fluxbox &

DISPLAY=:0.0 fbpanel -p taskbar &
clipit &
redshift-gtk -c "${HOME}/.redshift.conf" &
wicd-gtk -t &
xscreensaver &