From 917712abc669573a365c2da4f7c686b6940ae433 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 02 Jun 2018 22:59:18 -0400 Subject: .fluxbox/startup: Wait for fluxbox before starting fbpanels Mostly fixes an apparent race condition in which _NET_WM_DESKTOP gets set to 0 instead of 0xFFFFFFFF and _NET_WM_STATE gets set to just _NET_WM_STATE_SKIP_TASKBAR instead of _NET_WM_STATE_STICKY, _NET_WM_STATE_ABOVE, _NET_WM_STATE_SKIP_TASKBAR, and _NET_WM_STATE_SKIP_PAGER. --- (limited to '.fluxbox/startup') diff --git a/.fluxbox/startup b/.fluxbox/startup index cbf4e06..89f42ea 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -17,10 +17,9 @@ wicd-gtk -t & dunst & -fbpanel -p taskbar & -fbpanel -p menu & - while ! wmctrl -m 1>/dev/null 2>&1; do sleep 1 done +fbpanel -p taskbar & +fbpanel -p menu & bbpager & -- cgit v0.9.1