From: Reginald Kennedy Date: Fri, 17 Aug 2012 00:07:59 +0000 (+0800) Subject: Fix stack_config by adding a focus_flush(). X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=701e10650a34eba1ffd674598071614c03e5d767;p=spectrwm.git Fix stack_config by adding a focus_flush(). --- diff --git a/spectrwm.c b/spectrwm.c index c590438..c1a5598 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -3305,6 +3305,8 @@ stack_config(struct swm_region *r, union arg *args) if (args->id != SWM_ARG_ID_STACKINIT) stack(); bar_update(); + + focus_flush(); } void