mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 18:01:37 -05:00
bar_update() on cycle_layout() for the indicator.
This commit is contained in:
parent
9a58fa26ba
commit
e2e555b67e
1 changed files with 1 additions and 0 deletions
|
@ -2997,6 +2997,7 @@ cycle_layout(struct swm_region *r, union arg *args)
|
||||||
ws->cur_layout = &layouts[0];
|
ws->cur_layout = &layouts[0];
|
||||||
|
|
||||||
stack();
|
stack();
|
||||||
|
bar_update();
|
||||||
|
|
||||||
if (focus_mode == SWM_FOCUS_DEFAULT)
|
if (focus_mode == SWM_FOCUS_DEFAULT)
|
||||||
event_drain(XCB_ENTER_NOTIFY);
|
event_drain(XCB_ENTER_NOTIFY);
|
||||||
|
|
Loading…
Add table
Reference in a new issue