xmonad-contrib-0.18.2.9: Community-maintained extensions for xmonad
Copyright(c) Roland C. Dowdeswell <elric@imrryr.org>
LicenseBSD3-style (see LICENSE)
MaintainerRoland C. Dowdeswell <elric@imrryr.org>
Stabilityunstable
Portabilityunportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

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.