mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Fix stack_config by adding a focus_flush().
This commit is contained in:
parent
b61c3d6ec7
commit
701e10650a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue