How to place jedit-dialogs into a tag in awesome-wm?
- by Mnementh
I use awesome-wm and jEdit. I placed jEdit into tag '4' with the following rule in rc.lua:
{ rule = { class = "org-gjt-sp-jedit-jEdit" },
properties = { tag = tags[1][4] }
}
That works fine for the main window, but if I open an dialog for jEdit (open-file, search etc.) it opens in the tag for any other application. I used xprop, but it says the class is also "org-gjt-sp-jedit-jEdit". So how can I configure that?