mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Fix thinko in documentation
This file was obviously copied from `DwmStyle`, and the author missed changing that out to `simpleDeco` in one place. Just patching in place since it's a one-word change.
This commit is contained in:
parent
67a92edd2a
commit
6cb2796fc0
@ -53,7 +53,7 @@ import XMonad.Layout.Decoration
|
|||||||
--
|
--
|
||||||
-- and
|
-- and
|
||||||
--
|
--
|
||||||
-- > myL = dwmStyle shrinkText mySDConfig (layoutHook def)
|
-- > myL = simpleDeco shrinkText mySDConfig (layoutHook def)
|
||||||
|
|
||||||
-- | Add simple decorations to windows of a layout.
|
-- | Add simple decorations to windows of a layout.
|
||||||
simpleDeco :: (Eq a, Shrinker s) => s -> Theme
|
simpleDeco :: (Eq a, Shrinker s) => s -> Theme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user