6

Instead of using borders, I want to set the alpha of focused and unfocused windows to, say, 90% and 70%. This would apply to all windows except those matching some criterion like className = "Gimp". How can I implement this in my xmonad?

Thanks!

konr
  • 2,545
  • 2
  • 20
  • 38

1 Answers1

4

You can use XMonad.Hooks.FadeInactive. Note that it requires Xcompmgr or something of a kind.

Charlie
  • 826
  • 1
  • 11
  • 27
konr
  • 2,545
  • 2
  • 20
  • 38