mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 04:20:03 +02:00
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:
parent
8b4aa1d317
commit
adf9544455
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ shifty.config.defaults = {
|
||||||
layout = config.layouts[1],
|
layout = config.layouts[1],
|
||||||
mwfact = 0.6,
|
mwfact = 0.6,
|
||||||
ncol = 1,
|
ncol = 1,
|
||||||
|
sweep_delay = 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
shifty.taglist = config.taglist -- Set in widget.lua
|
shifty.taglist = config.taglist -- Set in widget.lua
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue