From 05a07fa146c033182a133d5c19b142f2cfa67da4 Mon Sep 17 00:00:00 2001 From: Forrest Bushstone Date: Thu, 21 Sep 2023 11:33:33 -0400 Subject: [PATCH] Fix tiling order for X11 clients --- dwl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dwl.c b/dwl.c index 4118fd8..435786b 100644 --- a/dwl.c +++ b/dwl.c @@ -2679,8 +2679,6 @@ zoom(const Arg *arg) * front */ if (!sel) sel = c; - wl_list_remove(&sel->link); - wl_list_insert(&clients, &sel->link); focusclient(sel, 1); arrange(selmon);