mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Fix last switchws bugglet where the bar appeared empty.
This commit is contained in:
parent
3a09255e9a
commit
08c761d14b
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ switchws(union arg *args)
|
|||
ignore_enter = 1;
|
||||
if (ws[wsid].restack) {
|
||||
stack();
|
||||
bar_print();
|
||||
} else {
|
||||
if (ws[wsid].focus != NULL)
|
||||
focus_win(ws[wsid].focus);
|
||||
|
|
Loading…
Add table
Reference in a new issue