From 131274177975f0455f085095e5f3915ca9c3194c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 04 Jun 2018 15:02:38 -0400 Subject: .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. --- 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" -- cgit v0.9.1