mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
parent
eede3ea1a4
commit
f197cfdbe7
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void apply_layout(monitor_t *m, desktop_t *d, node_t *n, layout_t l, xcb_rectang
|
|||
}
|
||||
|
||||
unsigned int bw;
|
||||
if ((borderless_monocle && n->client->state == STATE_TILED && l == LAYOUT_MONOCLE)
|
||||
if ((borderless_monocle && l == LAYOUT_MONOCLE && IS_TILED(n->client))
|
||||
|| n->client->state == STATE_FULLSCREEN) {
|
||||
bw = 0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue