mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Fix _NET_WM_STATE_FULLSCREEN window geometry in fullscreen layout.
fixes #155
This commit is contained in:
parent
82e9341888
commit
79473c1e77
1 changed files with 1 additions and 1 deletions
|
@ -5484,7 +5484,7 @@ max_stack(struct workspace *ws, struct swm_geometry *g)
|
|||
if (ICONIC(w))
|
||||
continue;
|
||||
|
||||
if (TRANS(w)) {
|
||||
if (TRANS(w) || FULLSCREEN(w)) {
|
||||
update_floater(w);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue