From e2e555b67e1e45f944ae29189b70444ec1f0ae0b Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Sun, 15 Jul 2012 23:46:29 +0800 Subject: [PATCH] bar_update() on cycle_layout() for the indicator. --- spectrwm.c | 1 + 1 file changed, 1 insertion(+) 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); -- 1.7.10.4