From adf9544455d897a4abd292c3fcf0766474693a24 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 21 Sep 2012 15:43:51 +0200 Subject: [PATCH] tags: use `sweep_delay` to not destroy empty tags right away The use case is when an application uses a splash screen. When the splash screen is removed, the tag is removed and recreated. --- rc/tags.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/tags.lua b/rc/tags.lua index c7b4651..7e49fd7 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -79,6 +79,7 @@ shifty.config.defaults = { layout = config.layouts[1], mwfact = 0.6, ncol = 1, + sweep_delay = 1, } shifty.taglist = config.taglist -- Set in widget.lua