Results 1 to 2 of 2

Thread: Inactive windows transparent except Gimp image window?

  1. #1
    Join Date
    Sep 2008
    Location
    LA (i.e., Lower Alabama)
    Beans
    204
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Inactive windows transparent except Gimp image window?

    Hi, all,

    I am using the Compiz Fusion ADD Helper plugin to make all inactive windows transparent. For the most part, I really like the effect.

    However, in one particular case, I would rather not have it. In the Gimp, the image window and toolbox are different windows. So, whenever I select the toolbox, the image I am working on becomes transparent and hard to see!

    Does anyone know a way that I can make an exception so that the Gimp image window does not become transparent when inactive, but the rest of the windows continue to do so?

    Thanks!

  2. #2
    Join Date
    Sep 2008
    Location
    LA (i.e., Lower Alabama)
    Beans
    204
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Inactive windows transparent except Gimp image window?

    OK, I solved this on my own. I'll post the solution here in case anyone else ever needs it.

    In CompizConfig Settings Manager, I went to the section on the ADD Helper plugin. In the "Misc. Options" tab, there is a "Window Types" field. Initially, it read:

    Code:
    Toolbar | Utility | Dialog | ModalDialog | Fullscreen | Normal
    I changed it to read:

    Code:
    (Toolbar | Utility | Dialog | ModalDialog | Fullscreen | Normal) & !title=GIMP$
    This specifically excludes any window whose title ends in the letters "GIMP", like the GIMP Image Window. Now, my transparency does not affect that window.

    Thanks to everyone who read my post, even if they didn't know the answer!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •