X.H.BorderPerWindow: Improve module synopsis

This commit is contained in:
Tomas Janousek 2022-01-15 13:14:05 +00:00
parent 20753c1bdb
commit 50527a4613
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,8 @@
* `XMonad.Hooks.BorderPerWindow` * `XMonad.Hooks.BorderPerWindow`
While XMonad provides config to set all window borders at the same While XMonad provides config to set all window borders at the same
width, this extension defines and sets border width for each window. width, this extension lets user set border width for a specific window
using a ManageHook.
* `XMonad.Util.Parser` * `XMonad.Util.Parser`

View File

@ -1,7 +1,7 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Hooks.BorderPerWindow -- Module : XMonad.Hooks.BorderPerWindow
-- Description : Set border width for each window in all layouts. -- Description : Set border width for a window in a ManageHook.
-- Copyright : (c) 2021 Xiaokui Shu -- Copyright : (c) 2021 Xiaokui Shu
-- License : BSD-style (see LICENSE) -- License : BSD-style (see LICENSE)
-- --