diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-08 17:44:31 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-08 17:44:31 (EST) |
commit | 246f75d5f4a7ab18c2b9c0b63b4cc61ab8ddfd27 (patch) | |
tree | f8335c5aa0098d5d665da4324badca69dba80bec /.fluxbox/startup | |
parent | 66ec62c5b44e387ea5bc69b81e2b020db0ed90e4 (diff) | |
download | fluxbox-246f75d5f4a7ab18c2b9c0b63b4cc61ab8ddfd27.zip fluxbox-246f75d5f4a7ab18c2b9c0b63b4cc61ab8ddfd27.tar.gz fluxbox-246f75d5f4a7ab18c2b9c0b63b4cc61ab8ddfd27.tar.bz2 |
.fluxbox/startup: De-uglify
Diffstat (limited to '.fluxbox/startup')
-rwxr-xr-x | .fluxbox/startup | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.fluxbox/startup b/.fluxbox/startup index 8d55cbc..6f83693 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -8,21 +8,8 @@ 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 - -# HACK: -# There's an apparent race condition where fbpanel declares its NETWM dock hint -# before fluxbox is around to handle it. But if we delay fbpanel's execution, -# then fluxbox grabs notification clients. So, we'll start fbpanel first, then -# fluxbox. Then we'll wait a second for fluxbox to be ready for NETWM hints and -# then restart fbpanel. -# Give fluxbox a second before starting fbpanel. DISPLAY=:0.0 fbpanel -p taskbar & -panel=$! -#sleep 1 fluxbox & -sleep 1 -kill ${panel} -DISPLAY=:0.0 fbpanel -p taskbar & clipit & redshift-gtk -c "${HOME}/.redshift.conf" & |