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: 340

Filed under:
|

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

Related posts about awesome-wm

  • Ubuntu Oneiric + Awesome WM

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I upgraded to oneiric ocelot, running awesome wm. Everything works, more or less, fine but one thing I've noticed is that now my menu fonts and my menu symbols are larger than I'd like them to be. I used to set them in font settings, but now (for one I don't even know where font settings are anymore… >>> More

  • Building Awesome WM

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    Hello, I am following these steps in order to build Awesome window manager on 10.04 I am building 3.4 while the tutorial is for 3.1 I installed all of the specified dependencies including cairo. After running cd awesome-3.4 && make I get the following missing dependencies error: Running… >>> More

  • How to install Awesome WM without root access?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I want to install the Awesome window manager. In the environment where I want to configure it I don't have root access. I do have a machine were I can be root (I use for this a virtual machine in my laptop). I have tried the following: $ sudo apt-get install awesome The following packages are about… >>> More

  • Building Awesome WM

    as seen on Server Fault - Search for 'Server Fault'
    Hello, I am following these steps in order to build Awesome window manager on 10.04 I am building 3.4 while the tutorial is for 3.1 I installed all of the specified dependencies including cairo. EDIT I ran: sudo apt-get install libxcb-xtest0-dev libxcb-property1-dev libxdg-basedir-dev libstartup-notification0-dev… >>> More

  • Building Awesome WM

    as seen on Super User - Search for 'Super User'
    Hello, I am following these steps in order to build Awesome window manager on 10.04 I am building 3.4 while the tutorial is for 3.1 I installed all of the specified dependencies including cairo. EDIT I ran: sudo apt-get install libxcb-xtest0-dev libxcb-property1-dev libxdg-basedir-dev libstartup-notification0-dev… >>> More

Related posts about jedit