diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-04 15:02:38 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-06-04 15:02:38 (EDT) |
commit | 131274177975f0455f085095e5f3915ca9c3194c (patch) | |
tree | 280574f70d020ddaeeffdca73ebfff660b197c20 | |
parent | 2311743e3c000fb7fa9b3b125aa5deef1d2d8e1f (diff) | |
download | fluxbox-131274177975f0455f085095e5f3915ca9c3194c.zip fluxbox-131274177975f0455f085095e5f3915ca9c3194c.tar.gz fluxbox-131274177975f0455f085095e5f3915ca9c3194c.tar.bz2 |
.fluxbox/startup: Run .fluxbox/startup.d/* scripts
Modularize the startup, allowing other dotfile repositories to provide
their own startup scripts, instead of hardcoding everything here.
-rwxr-xr-x | .fluxbox/startup | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.fluxbox/startup b/.fluxbox/startup index 9460838..cb2fd30 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -4,15 +4,4 @@ set -eu fluxbox & -clipit & -redshift-gtk -c "${HOME}/.redshift.conf" & -wicd-gtk -t & - -dunst & - -while ! wmctrl -m 1>/dev/null 2>&1; do - sleep 1 -done -fbpanel -p taskbar & -fbpanel -p menu & -bbpager & +run-parts "${0}.d" |