aboutsummaryrefslogtreecommitdiffstats
path: root/MetaModule.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MetaModule.hs: add ManPrompt, remove ViewPrevValery V. Vorotyntsev2007-10-291-1/+1
| | | | darcs-hash:20071029075621-ae588-f54af8c2e1c4421dd86b8cca6a635a235dc457f2.gz
* MetaModule.hs: someone forgot the (), so GHC was giving a warning. Small fix ↵gwern02007-10-271-1/+1
| | | | | | to quiet the warning. darcs-hash:20071027150847-f7719-235f911d62995bdd2ab522ef4616d9689d17a4db.gz
* Add ConstrainedResize moduleDougal Stanton2007-10-191-0/+1
| | | | | | Constrain the aspect ratio of floated windows by holding down shift darcs-hash:20071019173508-1b04a-2554bbd0f1cf36ebfe187f7a1863e80fe6eda9c6.gz
* add new LayoutCombinators module.David Roundy2007-10-231-0/+1
| | | | darcs-hash:20071023135638-72aca-1b19cf35b57dcbf9ed6fa023b09977f3d457fa6b.gz
* add ToggleLayouts module.David Roundy2007-10-181-0/+1
| | | | darcs-hash:20071018214525-72aca-7364a52e0146efcd8f6fd81026f21540f20c1205.gz
* Remove RunInXTerm in favor of RunSpencer Janssen2007-10-171-0/+1
| | | | darcs-hash:20071017202201-a5988-8130b054c29244d0fb2f5887eeb5285865c1a478.gz
* Move runXXX functions to one moduleChristian Thiemann2007-10-121-1/+0
| | | | | | | | | This patch takes runProcessWithInput out of Dmenu, runProcessWithInputAndWait out of Dzen, and runInXTerm out of RunInXTerm and collects them in one central module called Run. This way, other modules may include Run instead of Dmenu to get what they want without giving the impression of making use of dmenu. darcs-hash:20071012145233-8602e-6f8fb66c62afecdbd52a6a9122b5ecb55fc7f8bc.gz
* MetaModule.hs: add WorkspacePrompt.Joachim Fasting2007-10-171-0/+1
| | | | darcs-hash:20071017182027-928c4-594c05b822d0c6b048120bcc395223cf046f3dba.gz
* add TilePrime to MetaModule.David Roundy2007-10-171-0/+1
| | | | darcs-hash:20071017133202-72aca-ebc7f49b7e25d941495bedc07cca49ecd2412822.gz
* note combo broken under headDon Stewart2007-10-141-1/+1
| | | | darcs-hash:20071013232524-cba2c-d17958aeb1d224fe4446c38c772b94598f2fd9f2.gz
* MetaModule.hs: add RunInXTerm and XUtils.Joachim Fasting2007-10-121-0/+2
| | | | darcs-hash:20071012114252-928c4-283fe4c3718e51721cb54603655a3a7f8fc74127.gz
* Added wmii like actions extension.Juraj Hercek2007-10-101-0/+1
| | | | darcs-hash:20071010201452-69f16-8e1614d6ed8e8f0b7e8a407c0c5699906887fcc3.gz
* Add XSelection to MetaModuleSpencer Janssen2007-10-101-0/+1
| | | | darcs-hash:20071010160340-a5988-b3796181524ce767ab7f61d898cfc2ebc04bb0c1.gz
* MetaModule: added WindowPromptAndrea Rossato2007-10-091-0/+1
| | | | darcs-hash:20071009163445-32816-b04e6d4338fe1c4c5078eb81bd17a172b9fd0184.gz
* d'oh, add WindowBringer to MetaModuleDevin Mullins2007-10-071-0/+1
| | | | darcs-hash:20071007185138-78224-35f6d08192b78a1f322878dc430f5633568be836.gz
* Move my NextWorkspace functionality into CycleWSmail2007-10-071-1/+0
| | | | | | | | | | | | Hi, This patch merges the additional functionality of my NextWorkspace into CycleWS, using a compatible interface for what was there before. Greetings, Joachim darcs-hash:20071007103933-c9905-c5cfc7d03abbeddf78631deee384583d15015801.gz
* NextWorkspace: Go forward or backwardmail2007-10-071-0/+1
| | | | | | | | | | | | | | | | Hi, inspired by RotView, I implemented an Extension that allows the user to go forward or backward in the list of workspaces, or to move the current window to the next or previous workspace. Haddock included. Works here, but hardly tested (and while tired). Cu torrow @ HacII, if you are there. Greetings, Joachim darcs-hash:20071006233010-c9905-35ef3364ee10c770aef2a35a295d11b519b0ca7c.gz
* Add ShellPrompt to MetaModuleAndrea Rossato2007-10-071-2/+1
| | | | darcs-hash:20071007075937-32816-b37b8b0834565f823ffdbf1031026e8d769d270e.gz
* add MouseGestures to MetaModulel.mai2007-10-071-0/+1
| | | | darcs-hash:20071006230735-42ea9-55ff3b2ea01023cdce7154db1238bca4119af1a9.gz
* re-add SwitchTrans to MetaModulel.mai2007-10-071-1/+1
| | | | darcs-hash:20071006230711-42ea9-8a975b2481412b3dc418577c4754ca05bcefb7a8.gz
* (un)Manage Docks based on WINDOW_TYPEmail2007-10-061-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
* MetaModule.hs: add Dishes.Joachim Fasting2007-10-061-0/+1
| | | | darcs-hash:20071006123900-928c4-b006de89ef6c3cf33a6fd93de278c8e089c5ab52.gz
* MetaModule.hs: whitespace.Joachim Fasting2007-10-061-1/+0
| | | | darcs-hash:20071006123540-928c4-5b089d19b0212513f9ca680aa597e8282f624c83.gz
* MetaModule.hs: add some missing imports.Joachim Fasting2007-10-061-0/+3
| | | | darcs-hash:20071006123525-928c4-34b0f8bd58765b0b219ec4dd38e3922d40e5fe9e.gz
* MetaModule.hs: typo.Joachim Fasting2007-10-061-1/+1
| | | | darcs-hash:20071006123214-928c4-a1741d0e87204a9a0e3da5009ca2cbc5c477eb07.gz
* EwmhWindows wrap up for inclusionmail2007-10-061-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
* add Grid to MetaModulel.mai2007-10-061-0/+1
| | | | darcs-hash:20071005230032-42ea9-ed2b674526fd2d371bb3c2e38c1efa07ab5cecfa.gz
* Maximize layout modifierJamie Webb2007-10-041-0/+1
| | | | darcs-hash:20071004061202-74a73-0a04ff619bbda89563c2511bd4b43120d6e70a99.gz
* Mark modules that haven't been ported to the new API yet.Spencer Janssen2007-10-031-4/+4
| | | | | | These need to be ported or removed before the 0.4 release. darcs-hash:20071003164516-a5988-0f33083f8c85e8c3d64653567e7ed5b343b65301.gz
* Add XPropManage to MetaModuleSpencer Janssen2007-10-031-0/+1
| | | | darcs-hash:20071003164236-a5988-d83e2375f121b092e763a1c28c4c5a7fe2e3006f.gz
* Add SwapWorkspaces to MetaModuleSpencer Janssen2007-10-031-0/+1
| | | | darcs-hash:20071003163405-a5988-8735b59fee671e005f314dd2dcfa75e45f17ff09.gz
* SimpleStacking is deprecatedSpencer Janssen2007-10-021-1/+0
| | | | darcs-hash:20071002185604-a5988-eff481e81d24863e5edb8fd5450a5d3235c60bcd.gz
* An alternative mosaic layout implementationJamie Webb2007-10-021-0/+1
| | | | darcs-hash:20071002011716-74a73-f4b08d0d743580b05356250220f80000af1e83e6.gz
* add new WindowNavigation module.David Roundy2007-09-281-0/+1
| | | | darcs-hash:20070928131906-72aca-85996bdc08e931e3a84f57a86bd1ad1b6b4fa650.gz
* Move NewTabbed to TabbedSpencer Janssen2007-09-281-0/+1
| | | | darcs-hash:20070927231840-a5988-248eab9abaef26741a2a2482e4c5b5b2f8a8859d.gz
* Remove Tabbed.hsSpencer Janssen2007-09-281-1/+0
| | | | darcs-hash:20070927231002-a5988-c1cbb1c0724912f2327879eaba41917366d66dc4.gz
* Remove Decoration.hsSpencer Janssen2007-09-281-1/+0
| | | | darcs-hash:20070927230947-a5988-9f3c37568ea869030871496eb1643de7bab89a18.gz
* Remove LayoutChoice, this functionality is in the coreSpencer Janssen2007-09-251-1/+0
| | | | darcs-hash:20070925214912-a5988-27e438ff11847286eaf91fcb069f79a7d5073274.gz
* rename LayoutHelpers to LayoutModifier.David Roundy2007-09-231-1/+1
| | | | darcs-hash:20070923215956-72aca-af065b4b5a9aaf57adca7eb93aa72ae843656cd1.gz
* add LayoutChoice module.David Roundy2007-09-061-0/+1
| | | | darcs-hash:20070906154955-72aca-de9a2c061745299f4e200f22c6a9a20519f41cf8.gz
* Add FloatKeys for moving and resizing of floating windows with the keyboardKarsten Schoelzel2007-09-051-0/+1
| | | | darcs-hash:20070905212531-eb3a1-baa509035fdc6f6568fb0253350f85a215273fbe.gz
* new SetWMName module, useful for working around problems running Java GUI ↵Ivan Tarasov2007-08-261-0/+1
| | | | | | applications. darcs-hash:20070826004411-19dd5-2d8fd1771d08f2affaa7f6884159f3e506bb9010.gz
* remove LayoutHooks module (which is unused).David Roundy2007-08-231-1/+0
| | | | darcs-hash:20070823154520-72aca-d3f47bf132a88cdfa67c901f4cef0b7bd78e6f56.gz
* Add CycleWS to MetaModuleSpencer Janssen2007-09-051-0/+1
| | | | darcs-hash:20070905203137-a5988-8951a7648c87da0171fe85b232242a4f9eecfe91.gz
* add DragPane.David Roundy2007-08-131-0/+1
| | | | darcs-hash:20070813144007-72aca-26f41720b70a4d938fae79c326a37a41c1e305cd.gz
* MetaModule: removed BackCompat no longer in the repositoryAndrea Rossato2007-08-181-1/+0
| | | | darcs-hash:20070818071916-32816-2a075e0c3448d6e7a4828a516fd57c2b866cdd16.gz
* use XPrompt in WorkspaceDir.David Roundy2007-08-141-0/+1
| | | | darcs-hash:20070814191103-72aca-dfa6265cb6f55918e7f66f856fb7e60ac22b42cd.gz
* new module DynamicWorkspaces to add and remove workspaces.David Roundy2007-08-141-0/+1
| | | | darcs-hash:20070814011501-72aca-10aa9dd1a14ac1179f8cc16ebd52b1e54a505df8.gz
* Remove GreedyView: the functionality is now in StackSetSpencer Janssen2007-08-151-1/+0
| | | | darcs-hash:20070815022101-a5988-08dcde058a1265e33eded7951f51d9bc9c608388.gz
* Add ViewPrev to MetaModuleSpencer Janssen2007-08-101-0/+1
| | | | darcs-hash:20070810211242-a5988-bad3a7c2ca60371bad4594919b4079986f6ee570.gz