diff options
Diffstat (limited to 'sway/layout.c')
| -rw-r--r-- | sway/layout.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sway/layout.c b/sway/layout.c index db9787f3..ba9a8864 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -587,7 +587,7 @@ void update_geometry(swayc_t *container) {  			}  			if (config->hide_edge_borders == E_VERTICAL || config->hide_edge_borders == E_BOTH) { -				if (geometry.origin.y == workspace->y) { +				if (geometry.origin.y == workspace->y || should_hide_top_border(container, geometry.origin.y)) {  					border_top = 0;  				} | 
