xmonad-contrib-0.11.1: Third party extensions for xmonad

Portabilityunportable
Stabilitystable
MaintainerLukas Mai <l.mai@web.de>
Safe HaskellNone

XMonad.Actions.NoBorders

Description

This module provides helper functions for dealing with window borders.

Synopsis

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)