From a2bc6f3bfd35c9785b8b3bb1a788587f298edef6 Mon Sep 17 00:00:00 2001 From: Mykyta Holubakha Date: Thu, 21 Jul 2016 22:47:35 +0300 Subject: Arrange backgrounds only when required --- sway/workspace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/workspace.c') diff --git a/sway/workspace.c b/sway/workspace.c index 913a412c..9c3e69a9 100644 --- a/sway/workspace.c +++ b/sway/workspace.c @@ -308,6 +308,7 @@ bool workspace_switch(swayc_t *workspace) { return false; } swayc_t *output = swayc_parent_by_type(workspace, C_OUTPUT); + arrange_backgrounds(); arrange_windows(output, -1, -1); return true; } -- cgit v1.2.3