Copyright | (c) Lukas Mai |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | Lukas Mai <l.mai@web.de> |
Stability | stable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module provides helper functions for dealing with window borders.
Synopsis
- toggleBorder :: Window -> X ()
Documentation
toggleBorder :: Window -> X () Source #
Toggle the border of the currently focused window. To use it, add a keybinding like so:
, ((modm, xK_g ), withFocused toggleBorder)