aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutScreens.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some renaming of classes and data types.David Roundy2007-09-291-2/+2
| | | | darcs-hash:20070929191238-72aca-ceb0f2a89b35460e87cf9ff935f786b5a6028fb5.gz
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-0/+2
| | | | darcs-hash:20070928181614-a5988-85415ed570690a468bf92cdf0f66d69494cecf4e.gz
* convert LayoutScreens to class.David Roundy2007-09-231-4/+8
| | | | darcs-hash:20070923215942-72aca-5bba94380ce9f493e2ba3b2ff339485003562816.gz
* make fixedLayout accept a list of Rectangles.David Roundy2007-09-111-2/+2
| | | | | | | | This works nicely for describing a fixed xinerama-like layout. (e.g. when using two distinct VNC clients to log into a single VNC server and attain multiheadedness). darcs-hash:20070911134845-72aca-dc9159d46d856aff4fd35d9afda0eac9421e24db.gz
* Fixing some typos and grammar in documentation.Michael Fellinger2007-09-111-1/+1
| | | | darcs-hash:20070911023158-cbc08-aff6e14b6d1a6e11bbc530565f383d98dee77cff.gz
* add function and comment assisting use in resizing the screen.David Roundy2007-09-061-1/+15
| | | | darcs-hash:20070906125543-72aca-8cf6a1adc15e24be24f1368a96e424d97606f02d.gz
* Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky2007-09-051-0/+4
| | | | | | for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
* LayoutScreen: haddock cleanupAndrea Rossato2007-08-051-2/+1
| | | | darcs-hash:20070805215800-32816-2d1ef010046bae9f7fe5d7a82b13344b59060f62.gz
* LayoutScreens.hs: correct module header.joachim.fasting2007-07-011-3/+1
| | | | darcs-hash:20070701215712-ea16c-9452c50d1e7a08e0f0f2961dd083dce47836fb52.gz
* the gaps list should be filled with the default value from Config.hsAndrea Rossato2007-07-051-3/+2
| | | | darcs-hash:20070704224110-32816-ce3187b16a035c7ec9118f60390d50b90c880653.gz
* ScreenLayouts.hs: updates to the last API changesAndrea Rossato2007-07-031-6/+5
| | | | | | | A silent API change broke this nice piece of David's code: Spencer decided to move screen details into StackSet, and there we went to manipulate them! darcs-hash:20070703201145-32816-eee668ce9ca1fa2ce2cded88ac702dc3ec3c739b.gz
* make everything work with new doLayout.David Roundy2007-06-231-1/+1
| | | | | | | | | This modifies all the contrib modules to work (so far as I know) with the new contrib layout. The exception is the LayoutHooks module, which isn't used. It exports an API that is inherently unsafe, so far as I can tell (and always has been). darcs-hash:20070623210952-72aca-1993ca13dc6996b59fedacc271c03fbaf87eabaa.gz
* fix usage info for LayoutScreens.David Roundy2007-06-221-2/+1
| | | | darcs-hash:20070622132618-72aca-eaa298576b86f0686de999fb4c05ba9dde319ad5.gz
* add new LayoutScreens module.David Roundy2007-06-221-0/+66
darcs-hash:20070622131300-72aca-66fcb6cf29376d230796d226bb7630952fd6797f.gz