From 9fbf08e2f59f05d629b2178fbe8aa9383884c18b 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. --- (limited to '.fluxbox') diff --git a/.fluxbox/startup b/.fluxbox/startup index 3569b03..cb2fd30 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -4,13 +4,4 @@ set -eu fluxbox & -while ! wmctrl -m 1>/dev/null 2>&1; do - sleep 1 -done -fbpanel -p taskbar & - -dunst & - -clipit & -redshift-gtk -c "${HOME}/.redshift.conf" & -connman-gtk --tray & +run-parts "${0}.d" -- cgit v0.9.1