How to place jedit-dialogs into a tag in awesome-wm?
Posted
by Mnementh
on Super User
See other posts from Super User
or by Mnementh
Published on 2010-05-06T17:08:47Z
Indexed on
2010/05/06
17:18 UTC
Read the original article
Hit count: 380
awesome-wm
|jedit
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?
© Super User or respective owner