aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/WorkspaceDir.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-1/+1
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
2012-11-09Use Control.Exception.catch explitly to avoid warningsAdam Vogt1-1/+0
2012-02-29L.WorkspaceDir: cleanup redundant {definitions,imports}Steffen Schuldenzucker1-5/+0
2012-02-27fix L.WorkspaceDir special char handling: remove "echo -n" processingSteffen Schuldenzucker1-2/+1
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-1/+2
2011-07-31GHC 7 compatDaniel Wagner1-1/+6
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-2/+1
2008-09-21cleanup - use currentTagDevin Mullins1-2/+2
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-03-27corrected version of make workspaceDir work even in workspaces with no windows.David Roundy1-4/+4
2008-03-26UNDO: make workspaceDir work even in workspaces with no windows.David Roundy1-3/+3
2008-03-26make workspaceDir work even in workspaces with no windows.David Roundy1-3/+3
2008-03-11fix WorkspaceDir to work when there are multiple screens.David Roundy1-3/+7
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-11-27WorkspaceDir: minor haddock updateBrent Yorgey1-1/+1
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23WorkspaceDir: docsAndrea Rossato1-16/+22
2007-11-01make WorkspaceDir always store absolute pathnames.David Roundy1-3/+8
2007-11-01HierarchifySpencer Janssen1-8/+8
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
2007-10-12Move runXXX functions to one moduleChristian Thiemann1-1/+1
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-3/+3
2007-10-14WorkspaceDir introduces dependency on directory packageDon Stewart1-0/+2
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+2
2007-10-07Maybe? What Maybe? (rollback earlier dmenu change)Devin Mullins1-4/+2
2007-10-06change Dmenu functions to return IO/X (Maybe String)Devin Mullins1-2/+4
2007-09-29some renaming of classes and data types.David Roundy1-3/+3
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-1/+2
2007-09-24update WorkspaceDir.David Roundy1-6/+11
2007-09-11Fixing some typos and grammar in documentation.Michael Fellinger1-1/+1
2007-08-27cleanup in WorkspaceDir.David Roundy1-1/+0
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-0/+6
2007-08-14use XPrompt in WorkspaceDir.David Roundy1-8/+8
2007-07-26fix WorkspaceDir (which was broken) using LayoutHelpers.David Roundy1-4/+5
2007-06-20Fix type signatures.joachim.fasting1-1/+1
2007-06-14WorkspaceDir.hs: info and documentationAndrea Rossato1-10/+37
2007-06-12add -fglasgow-exts to some modules that use it.David Roundy1-0/+1
2007-06-11Rename safeIO to catchIOSpencer Janssen1-1/+1
2007-06-11add WorkspaceDir, which sets the current directory in a workspace.David Roundy1-0/+35