- Removed
ignore
property of rules in favor of theaction
property.
{
ignore = true
}
-- is equivalent to
{
action = "ignore"
}
-- it is now possible to tell nog to always manage a matched window
{
action = "manage"
}
-- default value
{
action = "validate"
}