Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Adam Vogt
3fa51ed656
Use Control.Exception.catch explitly to avoid warnings
...
The base that comes with ghc-7.6.1 no longer includes Prelude.catch;
so these modules were changed so that there is no warning for
import Prelude hiding (catch)
At the same time these changes should be compatible with older GHCs,
since the catch being has never been the one in the Prelude.
2012-11-09 01:35:06 +00:00
Steffen Schuldenzucker
807d356743
L.WorkspaceDir: cleanup redundant {definitions,imports}
2012-02-29 11:21:24 +00:00
Steffen Schuldenzucker
c012b3408d
fix L.WorkspaceDir special char handling: remove "echo -n" processing
2012-02-27 12:20:04 +00:00
Adam Vogt
067ccb950e
Export types to reduce haddock warnings.
2010-10-23 19:57:55 +00:00
Daniel Wagner
2443a962a0
GHC 7 compat
...
* true error: more modules export foldl/foldl'/foldr, so explicitly use the Data.Foldable one
* -Werror error: transition from Control.OldException to Control.Exception, assuming everything was IOException
2011-07-31 17:08:50 +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
Adam Vogt
74a03cd8fb
Refer to modm as the current modMask
...
This makes the config suggestions consistent with the current template.
2009-10-22 04:11:26 +00:00
Adam Vogt
54f030faf8
Replace most -fglasgow-exts with specific LANGUAGE pragmas
2009-06-26 02:54:57 +00:00
Devin Mullins
f3b6b2707a
cleanup - use currentTag
2008-09-21 01:11:59 +00:00
David Roundy
1f2162781f
remove myself as maintainer from modules I don't maintain or use.
2008-08-28 15:18:30 +00:00
David Roundy
c2d0a209eb
corrected version of make workspaceDir work even in workspaces with no windows.
2008-03-27 14:22:57 +00:00
David Roundy
296b0b2513
make workspaceDir work even in workspaces with no windows.
...
This also fixes a (minor) bug when the focussed window is present on
multiple visible workspaces.
2008-03-26 15:27:08 +00:00
David Roundy
e3d455ded4
make workspaceDir work even in workspaces with no windows.
...
This also fixes a (minor) bug when the focussed window is present on
multiple visible workspaces.
2008-03-26 15:27:08 +00:00
David Roundy
f86648cf7c
fix WorkspaceDir to work when there are multiple screens.
...
In particlar, ScratchWorkspace broke this.
2008-03-11 22:12:01 +00:00
Spencer Janssen
3a522e7e3c
Remove XMonad.Operations imports
2007-12-08 00:05:47 +00:00
Brent Yorgey
760a240af1
WorkspaceDir: minor haddock update
2007-11-27 21:56:52 +00:00
Brent Yorgey
e6dcaa15c7
dafaultConfig --> defaultConfig
2007-11-23 16:47:22 +00:00
Andrea Rossato
ea2102f93c
WorkspaceDir: docs
2007-11-23 11:56:35 +00:00
David Roundy
3b6c939af0
make WorkspaceDir always store absolute pathnames.
2007-11-01 21:44:01 +00:00
Spencer Janssen
cd1884466a
Hierarchify
2007-11-01 20:10:59 +00:00