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.
This commit is contained in:
Vincent Bernat 2012-09-21 15:43:51 +02:00
parent 8b4aa1d317
commit adf9544455

View file

@ -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