From 7d75dfc8c46ffe9dba8f03be677b34860605dcb7 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Wed, 14 Jul 2021 18:21:52 +0200 Subject: [PATCH] Fix unwanted, empty listing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d442787..4543e1e 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ horizontally according to this algorithm: the child. + Otherwise, do nothing for this container. This means that stacked or tabbed containers will never be affected by auto-tiling. - + There is one caveat: it would be nice to also trigger auto-tiling when windows or containers are resized but unfortunately, resizing doesn't issue any events over IPC. Therefore, auto-tiling is triggered by new-window events,