| Copyright | (c) Roland C. Dowdeswell <elric@imrryr.org> |
|---|---|
| License | BSD3-style (see LICENSE) |
| Maintainer | Roland C. Dowdeswell <elric@imrryr.org> |
| Stability | unstable |
| Portability | unportable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
XMonad.Hooks.Qubes
Contents
Description
Refresh window borders from the _QUBES_LABEL_COLOR property set by
Qubes OS so focused and unfocused windows match their qube label.
Synopsis
- qubesLogHook :: X ()
Usage
You can use this module with the following in your xmonad.hs:
import XMonad
import XMonad.Hooks.Qubes
main = xmonad def
{ logHook = qubesLogHook
}qubesLogHook :: X () Source #
Refresh visible window borders using their Qubes label colours.