From: Reginald Kennedy Date: Sun, 15 Jul 2012 15:46:29 +0000 (+0800) Subject: bar_update() on cycle_layout() for the indicator. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=e2e555b67e1e45f944ae29189b70444ec1f0ae0b;p=spectrwm.git bar_update() on cycle_layout() for the indicator. --- diff --git a/spectrwm.c b/spectrwm.c index 2324a48..ef46434 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -2997,6 +2997,7 @@ cycle_layout(struct swm_region *r, union arg *args) ws->cur_layout = &layouts[0]; stack(); + bar_update(); if (focus_mode == SWM_FOCUS_DEFAULT) event_drain(XCB_ENTER_NOTIFY);