14 Commits

Author SHA1 Message Date
Spencer Janssen
067bda6f29 defaultLayouts -> layouts 2007-10-15 20:55:42 +00:00
Devin Mullins
0927815c14 doco fix: s/SomeLayout/Layout/g 2007-10-12 02:59:53 +00:00
Shachaf Ben-Kiki
73c055bd46 Add LANGUAGE pragams
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE
pragma, so not all of them were added; this patch adds the rest of them, which
is necessary for xmonad to compile in GHC >=6.7.
2007-10-08 02:21:41 +00:00
David Roundy
db1026f6e9 some renaming of classes and data types. 2007-09-29 19:12:38 +00:00
Spencer Janssen
de6968d1b4 Use LANGUAGE pragmas over -fglasgow-exts 2007-09-28 18:16:14 +00:00
Andrea Rossato
430a0dd8a9 make MagicFocus work with the new Layout class 2007-09-26 11:43:07 +00:00
Alex Tarkovsky
d0adeca94a Docstring parser for generating xmonad build configs with default settings for extensions 2007-09-05 20:01:28 +00:00
Peter De Wachter
73c26465a6 fix MagicFocus/floats interaction 2007-08-16 18:52:17 +00:00
joachim.fasting
8ed5dc82cf Whitespace. 2007-06-20 11:58:52 +00:00
joachim.fasting
02f70419eb MagicFocus.magicFocus: fix type signature.
Layout change caused because of missing type argument.
2007-06-19 21:48:39 +00:00
joachim.fasting
d9f0ccaea7 MagicFocus.hs: add module header and usage instructions. 2007-06-18 20:54:21 +00:00
joachim.fasting
977769cadc MagicFocus.magicFocus: add type signature. 2007-06-18 20:52:22 +00:00
Spencer Janssen
0a0609bd15 Update MagicFocus to the new StackSet 2007-06-13 03:53:23 +00:00
Peter De Wachter
d6dec18856 Magic Focus
Automatically puts the focused window in the master position. It's magic.
I wrote this for the Circle layout, but it's actually usable with other
layouts as well.
2007-06-12 17:53:57 +00:00