brandon s allbery kf8nh
6cb2796fc0
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.
2021-11-12 13:47:21 -05:00
slotThe
38c11c1e3c
Add "Description" field to module headers
...
Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
2021-09-26 14:15:54 +02:00
slotThe
bd5b969d9b
Apply hlint hints
...
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
slotThe
5140f5b5d0
Remove things deprecated by Data.Default
2020-11-16 10:31:02 +01:00
Daniel Wagner
0f1b6fb772
use Data.Default wherever possible, and deprecate the things it replaces
2013-05-28 01:39:09 +00:00
Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Don Stewart
bcc4295d3d
tweaks to docs for SimpleDecoration
2008-04-18 21:51:55 +00:00
Andrea Rossato
cf4bd0a225
add Eq superclass to DecorationStyle and change styles in order not to decorate non managed windows
2008-02-18 13:13:20 +00:00
Andrea Rossato
9222210f22
SimpleDecoration: export defaultTheme
2008-01-30 12:46:09 +00:00
Spencer Janssen
dfa3a4ee01
Various decorations related updates
...
* remove deprecated TConf stuff
* Remove 'style' from DeConf
* Change DeConf to Theme
* share defaultTheme across all decorations
2008-01-30 06:46:24 +00:00
Andrea Rossato
6d21eb841e
export DeConfig to avoid importing Decoration
2008-01-26 10:10:49 +00:00
Andrea Rossato
8c3d08544a
Adde SimpleDecoration, a layout modifier to add simple decorations to windows in any layout
2008-01-25 15:21:06 +00:00