aboutsummaryrefslogtreecommitdiffstats
path: root/MetaModule.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add FlexibleManipulate extensionMichael G. Sloan2007-07-291-0/+1
| | | | darcs-hash:20070729031402-0d649-e3f4c7944426dc5d11c07200601b7da704dfd417.gz
* Commands: refactoring to include in MetaModuleAndrea Rossato2007-07-281-1/+1
| | | | | | | | | Just a small refactooring (well, now runCommand requires a command list, and I added runCommand's that will take a string to run it against the default command list) to include this module in MetaModule so that we can track it in case of API changes (this patch has been requested by Spencer). darcs-hash:20070728132029-32816-448eb6fdec6c3cb564ccd6f93e3f56cf065bba24.gz
* SwitchTrans.hs, initial versionl.mai2007-07-281-0/+1
| | | | darcs-hash:20070728153826-42ea9-f95bda9274b0d754087cca52f0df42af09695a00.gz
* Add XMonadContrib.DeManage: a module for unmanaging windows (like panels)Spencer Janssen2007-07-181-0/+1
| | | | darcs-hash:20070718203107-a5988-9c945556e897e410cc1f14df81782547cf51828a.gz
* MetaModule.hs: add missing modules.joachim.fasting2007-07-151-0/+2
| | | | darcs-hash:20070715205857-ea16c-71fd86f3397676576738dd970bd6c96100b62d70.gz
* add FlexibleResize to MetaModulel.mai2007-07-081-0/+1
| | | | darcs-hash:20070708130229-42ea9-7134b9a886e18bf13eb2a46ca363dde84fec4a18.gz
* add CopyWindow module, to support sticky/tagged windows.David Roundy2007-06-241-0/+1
| | | | | | | | | | | This module allows dwm-style tagging (as I understand dwm). You can have a given window visible in multiple workspaces. If it's visible in two workspaces both of which are visible, a gap will show up in one of them (which is something that needs fixing in xmonad core). Also defines a kill1 which is like kill, but only removes from the current workspace a window if it's in multiple workspaces. darcs-hash:20070624155648-72aca-a2123bfd26ef1310752ae79f2978ee3ff5729909.gz
* MetaModule.hs: add LayoutHelpers.joachim.fasting2007-06-261-1/+2
| | | | | | Also tweaks import ordering slightly. darcs-hash:20070626065522-ea16c-6a59c6f56999c565a824e79c8e78c06b10ecd380.gz
* add new LayoutScreens module.David Roundy2007-06-221-1/+1
| | | | darcs-hash:20070622131300-72aca-66fcb6cf29376d230796d226bb7630952fd6797f.gz
* add SimpleStacking module to make Combo and Tabbed work together.David Roundy2007-06-211-0/+1
| | | | | | | | | | | WARNING! This change will break existing Tabbed configurations. The problem is that there is no way within a Layout's "doLayout" to safely modify the layout itself. This makes LayoutHooks fragile, and more to the point, makes SimpleStacking fragile, so we can't safely define a tabbed' darcs-hash:20070621151524-72aca-2466fff5a37ce1388879367c419cf52161f8f838.gz
* MetaModule.hs: add LayoutHooks.joachim.fasting2007-06-201-0/+1
| | | | darcs-hash:20070620115457-ea16c-db4b3263ba7086db21b617ca24fcdef3c14198ad.gz
* MetaModule.hs: correct module header.joachim.fasting2007-06-181-1/+1
| | | | darcs-hash:20070618191905-ea16c-3fe20629836dae829f6afcdbff1643a7f5e47733.gz
* Add Accordion to MetaModuleSpencer Janssen2007-06-181-0/+1
| | | | darcs-hash:20070618190526-a5988-891881bb06e2c966c43b6ace6afd98f117de3741.gz
* Import typoSpencer Janssen2007-06-141-1/+1
| | | | darcs-hash:20070614211337-a5988-a4f2288d584635dc0e9c360d784ea1f497d2e2fd.gz
* Magnifier layout hackPeter De Wachter2007-06-141-0/+1
| | | | | | | | | | This layout hack increases the size of the window that has focus (the master window excepted). This causes it to overlap with nearby windows, so not for tiling purists :) Screenshot: http://caladan.rave.org/magnifier.png darcs-hash:20070614203219-06a25-a68f17a556c9fa11c486970717e1bab28273eab2.gz
* metaModule.hs: info and documentationAndrea Rossato2007-06-141-1/+12
| | | | darcs-hash:20070614144102-32816-c49b1fc3cfbe10da0c4fe951f42d4477066a9891.gz
* Magic FocusPeter De Wachter2007-06-121-0/+1
| | | | | | | | Automatically puts the focused window in the master position. It's magic. I wrote this for the Circle layout, but it's actually usable with other layouts as well. darcs-hash:20070612175357-06a25-9fdeb7878abc915e54ac0880a3ea21199aab75cc.gz
* add Combo and Square to MetaModule.David Roundy2007-06-121-0/+2
| | | | darcs-hash:20070612133753-72aca-d7b3e4c30075d237e354b52055d83e70bf1b5dae.gz
* new module NoBorders to let a given layout have windows without borders.David Roundy2007-06-121-0/+1
| | | | | | | | | This is designed for layouts like full and tabbed, where the red square around the screen actually conveys no information (except for weird windows that use the shape extension or something, so that more than one window is actually visible). Save some real estate at no cost. darcs-hash:20070612133727-72aca-f82436aef1e122ce19bafd5be4fffbc9fc56e904.gz
* Add MetaModuleSpencer Janssen2007-06-111-0/+33
darcs-hash:20070611184601-a5988-9d7c90414ef47f26ccf0795eb5be0f43ba9ad505.gz