aboutsummaryrefslogtreecommitdiffstats
path: root/MetaModule.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-06(un)Manage Docks based on WINDOW_TYPEmail1-0/+1
Hi, this is a replacement for the example code in Config.hs that should detect and unamange, for example, the gnome-panel. The problem with that code is that it also unamangs dialog boxes from gnome-panel which then are not usable (no keyboard intput, at least here). Greetings, Joachim darcs-hash:20071006132802-c9905-befdbe36f6f280d987dfb62702b7a6e05ce3306c.gz
2007-10-06MetaModule.hs: add Dishes.Joachim Fasting1-0/+1
darcs-hash:20071006123900-928c4-b006de89ef6c3cf33a6fd93de278c8e089c5ab52.gz
2007-10-06MetaModule.hs: whitespace.Joachim Fasting1-1/+0
darcs-hash:20071006123540-928c4-5b089d19b0212513f9ca680aa597e8282f624c83.gz
2007-10-06MetaModule.hs: add some missing imports.Joachim Fasting1-0/+3
darcs-hash:20071006123525-928c4-34b0f8bd58765b0b219ec4dd38e3922d40e5fe9e.gz
2007-10-06MetaModule.hs: typo.Joachim Fasting1-1/+1
darcs-hash:20071006123214-928c4-a1741d0e87204a9a0e3da5009ca2cbc5c477eb07.gz
2007-10-06EwmhWindows wrap up for inclusionmail1-0/+2
Now with haddock documentation, a proper header and nicer, warningfree code, ready for a first release and inclusion in XMonadConrib. It works for me, but needs more testing. If you run xmonad with gnome-panel or something similar, please try it. Thanks, Joachim darcs-hash:20071006110529-c9905-998721b4329a1754d6e75a863bd5f44cf534836b.gz
2007-10-06add Grid to MetaModulel.mai1-0/+1
darcs-hash:20071005230032-42ea9-ed2b674526fd2d371bb3c2e38c1efa07ab5cecfa.gz
2007-10-04Maximize layout modifierJamie Webb1-0/+1
darcs-hash:20071004061202-74a73-0a04ff619bbda89563c2511bd4b43120d6e70a99.gz
2007-10-03Mark modules that haven't been ported to the new API yet.Spencer Janssen1-4/+4
These need to be ported or removed before the 0.4 release. darcs-hash:20071003164516-a5988-0f33083f8c85e8c3d64653567e7ed5b343b65301.gz
2007-10-03Add XPropManage to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20071003164236-a5988-d83e2375f121b092e763a1c28c4c5a7fe2e3006f.gz
2007-10-03Add SwapWorkspaces to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20071003163405-a5988-8735b59fee671e005f314dd2dcfa75e45f17ff09.gz
2007-10-02SimpleStacking is deprecatedSpencer Janssen1-1/+0
darcs-hash:20071002185604-a5988-eff481e81d24863e5edb8fd5450a5d3235c60bcd.gz
2007-10-02An alternative mosaic layout implementationJamie Webb1-0/+1
darcs-hash:20071002011716-74a73-f4b08d0d743580b05356250220f80000af1e83e6.gz
2007-09-28add new WindowNavigation module.David Roundy1-0/+1
darcs-hash:20070928131906-72aca-85996bdc08e931e3a84f57a86bd1ad1b6b4fa650.gz
2007-09-28Move NewTabbed to TabbedSpencer Janssen1-0/+1
darcs-hash:20070927231840-a5988-248eab9abaef26741a2a2482e4c5b5b2f8a8859d.gz
2007-09-28Remove Tabbed.hsSpencer Janssen1-1/+0
darcs-hash:20070927231002-a5988-c1cbb1c0724912f2327879eaba41917366d66dc4.gz
2007-09-28Remove Decoration.hsSpencer Janssen1-1/+0
darcs-hash:20070927230947-a5988-9f3c37568ea869030871496eb1643de7bab89a18.gz
2007-09-25Remove LayoutChoice, this functionality is in the coreSpencer Janssen1-1/+0
darcs-hash:20070925214912-a5988-27e438ff11847286eaf91fcb069f79a7d5073274.gz
2007-09-23rename LayoutHelpers to LayoutModifier.David Roundy1-1/+1
darcs-hash:20070923215956-72aca-af065b4b5a9aaf57adca7eb93aa72ae843656cd1.gz
2007-09-06add LayoutChoice module.David Roundy1-0/+1
darcs-hash:20070906154955-72aca-de9a2c061745299f4e200f22c6a9a20519f41cf8.gz
2007-09-05Add FloatKeys for moving and resizing of floating windows with the keyboardKarsten Schoelzel1-0/+1
darcs-hash:20070905212531-eb3a1-baa509035fdc6f6568fb0253350f85a215273fbe.gz
2007-08-26new SetWMName module, useful for working around problems running Java GUI ↵Ivan Tarasov1-0/+1
applications. darcs-hash:20070826004411-19dd5-2d8fd1771d08f2affaa7f6884159f3e506bb9010.gz
2007-08-23remove LayoutHooks module (which is unused).David Roundy1-1/+0
darcs-hash:20070823154520-72aca-d3f47bf132a88cdfa67c901f4cef0b7bd78e6f56.gz
2007-09-05Add CycleWS to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20070905203137-a5988-8951a7648c87da0171fe85b232242a4f9eecfe91.gz
2007-08-13add DragPane.David Roundy1-0/+1
darcs-hash:20070813144007-72aca-26f41720b70a4d938fae79c326a37a41c1e305cd.gz
2007-08-18MetaModule: removed BackCompat no longer in the repositoryAndrea Rossato1-1/+0
darcs-hash:20070818071916-32816-2a075e0c3448d6e7a4828a516fd57c2b866cdd16.gz
2007-08-14use XPrompt in WorkspaceDir.David Roundy1-0/+1
darcs-hash:20070814191103-72aca-dfa6265cb6f55918e7f66f856fb7e60ac22b42cd.gz
2007-08-14new module DynamicWorkspaces to add and remove workspaces.David Roundy1-0/+1
darcs-hash:20070814011501-72aca-10aa9dd1a14ac1179f8cc16ebd52b1e54a505df8.gz
2007-08-15Remove GreedyView: the functionality is now in StackSetSpencer Janssen1-1/+0
darcs-hash:20070815022101-a5988-08dcde058a1265e33eded7951f51d9bc9c608388.gz
2007-08-10Add ViewPrev to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20070810211242-a5988-bad3a7c2ca60371bad4594919b4079986f6ee570.gz
2007-08-06Add Roledex to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20070806151628-a5988-69a6359e6e8deb9746804ad881b69d8d28d178a7.gz
2007-08-04MetaModule: added XPrompt and othersAndrea Rossato1-0/+5
XPrompt, XMonadPrompt, SshPrompt. ShellPrompt is commented out since it requires readline and the related xmonad.cabal modifications. darcs-hash:20070804093049-32816-87cd1127e30faa250248cf47302a293316f4a13f.gz
2007-08-02MetaModule.hs: add FocusNth.joachim.fasting1-0/+1
darcs-hash:20070802144023-ea16c-1a9c3feb44581e59cdc9f40b6ca665bcb98d13ad.gz
2007-08-02Add ThreeColumns to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20070802143356-a5988-b711db8b80b69d9a4d6e836c76a3d32160e26ba9.gz
2007-08-02Add RotSlaves to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20070802143334-a5988-a20aaa13ea883f1e420475ab65643cd8feb32e7d.gz
2007-07-29Add FlexibleManipulate extensionMichael G. Sloan1-0/+1
darcs-hash:20070729031402-0d649-e3f4c7944426dc5d11c07200601b7da704dfd417.gz
2007-07-28Commands: refactoring to include in MetaModuleAndrea Rossato1-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
2007-07-28SwitchTrans.hs, initial versionl.mai1-0/+1
darcs-hash:20070728153826-42ea9-f95bda9274b0d754087cca52f0df42af09695a00.gz
2007-07-18Add XMonadContrib.DeManage: a module for unmanaging windows (like panels)Spencer Janssen1-0/+1
darcs-hash:20070718203107-a5988-9c945556e897e410cc1f14df81782547cf51828a.gz
2007-07-15MetaModule.hs: add missing modules.joachim.fasting1-0/+2
darcs-hash:20070715205857-ea16c-71fd86f3397676576738dd970bd6c96100b62d70.gz
2007-07-08add FlexibleResize to MetaModulel.mai1-0/+1
darcs-hash:20070708130229-42ea9-7134b9a886e18bf13eb2a46ca363dde84fec4a18.gz
2007-06-24add CopyWindow module, to support sticky/tagged windows.David Roundy1-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
2007-06-26MetaModule.hs: add LayoutHelpers.joachim.fasting1-1/+2
Also tweaks import ordering slightly. darcs-hash:20070626065522-ea16c-6a59c6f56999c565a824e79c8e78c06b10ecd380.gz
2007-06-22add new LayoutScreens module.David Roundy1-1/+1
darcs-hash:20070622131300-72aca-66fcb6cf29376d230796d226bb7630952fd6797f.gz
2007-06-21add SimpleStacking module to make Combo and Tabbed work together.David Roundy1-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
2007-06-20MetaModule.hs: add LayoutHooks.joachim.fasting1-0/+1
darcs-hash:20070620115457-ea16c-db4b3263ba7086db21b617ca24fcdef3c14198ad.gz
2007-06-18MetaModule.hs: correct module header.joachim.fasting1-1/+1
darcs-hash:20070618191905-ea16c-3fe20629836dae829f6afcdbff1643a7f5e47733.gz
2007-06-18Add Accordion to MetaModuleSpencer Janssen1-0/+1
darcs-hash:20070618190526-a5988-891881bb06e2c966c43b6ace6afd98f117de3741.gz
2007-06-14Import typoSpencer Janssen1-1/+1
darcs-hash:20070614211337-a5988-a4f2288d584635dc0e9c360d784ea1f497d2e2fd.gz
2007-06-14Magnifier layout hackPeter De Wachter1-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