mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +00:00
fakefullscreen: prevent focus from drifting away from client when going from fullscreen to fake fullscreen
This commit is contained in:
parent
d91db5cd65
commit
95c3014bd5
2
dwm.c
2
dwm.c
@ -2536,7 +2536,7 @@ resizeclient(Client *c, int x, int y, int w, int h)
|
||||
#endif // MONOCLE_LAYOUT
|
||||
)
|
||||
#if FAKEFULLSCREEN_CLIENT_PATCH
|
||||
&& (c->fakefullscreen == 1 || !c->isfullscreen) && c->fakefullscreen
|
||||
&& (c->fakefullscreen == 1 || !c->isfullscreen)
|
||||
#else
|
||||
&& !c->isfullscreen
|
||||
#endif // FAKEFULLSCREEN_CLIENT_PATCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user