How match 'other' applications to a tag in awesome-wm?
Posted
by Mnementh
on Super User
See other posts from Super User
or by Mnementh
Published on 2010-03-24T13:24:17Z
Indexed on
2010/03/24
13:33 UTC
Read the original article
Hit count: 407
I use version 3.3.4 of awesome and it is fine. But I miss one thing I could do with an older version of awesome (without configuration via Lua): I could add a matcher with the regexp .* to add all windows without another tag to a specific tag:
rule { name = ".*" tags = "9" }
With that all applications I didn't made another rule for were added to tag 9. How can I do something similar with configuration in rc.lua?
© Super User or respective owner