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
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
Wirt Wolff
06a1322366
Docs: use myLayout like template rather than plural
...
Despite myLayouts currently being more popular in examples, make
them all myLayout as in man/xmonad.hs to avoid mixing them in the
same module as was done a few places, leading to confusion for some users.
2009-10-23 04:26:51 +00:00
Don Stewart
19156cb3ff
polish
2008-04-18 03:31:33 +00:00
Don Stewart
c60522bfef
tabs
2008-03-17 22:47:58 +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
94b2529999
SimpleFloat now uses MouseResize
2008-02-12 17:36:15 +00:00
Andrea Rossato
ab38525b72
SimpleFloat: export SimpleFloat and add documentation
2008-02-10 11:31:59 +00:00
Andrea Rossato
4621e66837
SimpleFloat: comment only
2008-02-07 18:24:38 +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
ddbbc56285
SimpleFLoat: change the description to Float (Simple is the decoration description)
2008-01-27 14:45:56 +00:00
Andrea Rossato
8f65eecf92
WindowArranger can now arrange all windows
...
This is useful for SimpleFloat, whose state can now persists across
layout switches.
2008-01-26 23:30:53 +00:00
Andrea Rossato
de40bee12f
Add SimpleFloat a very basic floating layout that will place windows according to their size hints
2008-01-26 20:54:10 +00:00