aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutScreens.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-11make fixedLayout accept a list of Rectangles.David Roundy1-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
2007-09-11Fixing some typos and grammar in documentation.Michael Fellinger1-1/+1
darcs-hash:20070911023158-cbc08-aff6e14b6d1a6e11bbc530565f383d98dee77cff.gz
2007-09-06add function and comment assisting use in resizing the screen.David Roundy1-1/+15
darcs-hash:20070906125543-72aca-8cf6a1adc15e24be24f1368a96e424d97606f02d.gz
2007-09-05Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky1-0/+4
for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
2007-08-05LayoutScreen: haddock cleanupAndrea Rossato1-2/+1
darcs-hash:20070805215800-32816-2d1ef010046bae9f7fe5d7a82b13344b59060f62.gz
2007-07-01LayoutScreens.hs: correct module header.joachim.fasting1-3/+1
darcs-hash:20070701215712-ea16c-9452c50d1e7a08e0f0f2961dd083dce47836fb52.gz
2007-07-05the gaps list should be filled with the default value from Config.hsAndrea Rossato1-3/+2
darcs-hash:20070704224110-32816-ce3187b16a035c7ec9118f60390d50b90c880653.gz
2007-07-03ScreenLayouts.hs: updates to the last API changesAndrea Rossato1-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
2007-06-23make everything work with new doLayout.David Roundy1-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
2007-06-22fix usage info for LayoutScreens.David Roundy1-2/+1
darcs-hash:20070622132618-72aca-eaa298576b86f0686de999fb4c05ba9dde319ad5.gz
2007-06-22add new LayoutScreens module.David Roundy1-0/+66
darcs-hash:20070622131300-72aca-66fcb6cf29376d230796d226bb7630952fd6797f.gz