summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.fluxbox/startup7
1 files changed, 6 insertions, 1 deletions
diff --git a/.fluxbox/startup b/.fluxbox/startup
index 2af1ddd..946c5cf 100755
--- a/.fluxbox/startup
+++ b/.fluxbox/startup
@@ -10,9 +10,14 @@ 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 &
+
+while ! wmctrl -m 1>/dev/null 2>&1; do
+ sleep 1
+done
fbpanel -p taskbar &
+
dunst &
-fluxbox &
clipit &
redshift-gtk -c "${HOME}/.redshift.conf" &