summaryrefslogtreecommitdiff
path: root/sway/workspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/workspace.c')
-rw-r--r--sway/workspace.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/workspace.c b/sway/workspace.c
index 3ac6626c..913a412c 100644
--- a/sway/workspace.c
+++ b/sway/workspace.c
@@ -309,10 +309,6 @@ bool workspace_switch(swayc_t *workspace) {
}
swayc_t *output = swayc_parent_by_type(workspace, C_OUTPUT);
arrange_windows(output, -1, -1);
- for (int i = 0; i < desktop_shell.backgrounds->length; ++i) {
- struct background_config *bg = desktop_shell.backgrounds->items[i];
- wlc_view_send_to_back(bg->handle);
- }
return true;
}