mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-03 07:15:44 -04:00
fix: miss judge client want focus in applyrules
This commit is contained in:
parent
53128416d6
commit
13603789a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1188,7 +1188,7 @@ void applyrules(Client *c) {
|
||||||
c->isfloating = 1;
|
c->isfloating = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int fullscreen_state_backup = c->isfullscreen;
|
int fullscreen_state_backup = c->isfullscreen || client_wants_fullscreen(c);
|
||||||
setmon(c, mon, newtags, !c->isopensilent);
|
setmon(c, mon, newtags, !c->isopensilent);
|
||||||
|
|
||||||
if (!c->isopensilent && c->mon &&
|
if (!c->isopensilent && c->mon &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue