aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/WorkspaceDir.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-1/+1
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-1/+0
* L.WorkspaceDir: cleanup redundant {definitions,imports}Steffen Schuldenzucker2012-02-291-5/+0
* fix L.WorkspaceDir special char handling: remove "echo -n" processingSteffen Schuldenzucker2012-02-271-2/+1
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-1/+2
* GHC 7 compatDaniel Wagner2011-07-311-1/+6
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-2/+2
* Refer to modm as the current modMaskAdam Vogt2009-10-221-1/+1
* Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt2009-06-261-2/+1
* cleanup - use currentTagDevin Mullins2008-09-211-2/+2
* remove myself as maintainer from modules I don't maintain or use.David Roundy2008-08-281-1/+1
* corrected version of make workspaceDir work even in workspaces with no windows.David Roundy2008-03-271-4/+4
* UNDO: make workspaceDir work even in workspaces with no windows.David Roundy2008-03-261-3/+3
* make workspaceDir work even in workspaces with no windows.David Roundy2008-03-261-3/+3
* fix WorkspaceDir to work when there are multiple screens.David Roundy2008-03-111-3/+7
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* WorkspaceDir: minor haddock updateBrent Yorgey2007-11-271-1/+1
* dafaultConfig --> defaultConfigBrent Yorgey2007-11-231-1/+1
* WorkspaceDir: docsAndrea Rossato2007-11-231-16/+22
* make WorkspaceDir always store absolute pathnames.David Roundy2007-11-011-3/+8
* HierarchifySpencer Janssen2007-11-011-0/+78