aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* X.L.LayoutBuilder custom layoutsAnders Engstrom2009-05-091-0/+1
| | | | | | | | Ignore-this: 65c251663f02a083c5838ae1d1bd112a A layout combinator that sends a specified number of windows to one rectangle and the rest to another. darcs-hash:20090509174627-8978f-38d686bdd22f268ef9ea20cf945522a49f25edb7.gz
* Export ThreeColMid from L.ThreeColumnsMiddleAdam Vogt2009-04-251-0/+1
| | | | | | | | | Ignore-this: f08d23d108ae9aa4ad176fd9dd275409 The configs that import it should continue to work with this module, though the type of the ThreeColMid constructor is now ThreeCol (previously ThreeColMid). darcs-hash:20090425161710-1499c-ae7237772224e9e01a907996b055f486848a0eea.gz
* X.L.ThreeColumnsMiddle merged into X.L.ThreeColumns with some new featuresAnders Engstrom2009-04-111-1/+0
| | | | | | Ignore-this: 1d5bb8de98f8ade3780444ed99f5a12f darcs-hash:20090411113636-8978f-e970950394e38cbd72d8ada44c62cac0934234d7.gz
* Add H.InsertPosition: add new windows to different positions in a workspaceAdam Vogt2009-05-031-0/+1
| | | | | | Ignore-this: 7e7d5fa5b42698799cabe600159a75f7 darcs-hash:20090503020303-1499c-03bd01137979cfbbe6aaebe4981c03c5597818ab.gz
* Optimizer bug does not affect 6.10.2 (issue 226)Adam Vogt2009-04-301-1/+1
| | | | | | Ignore-this: f43f9bf9502ebb19743c3b417ef02347 darcs-hash:20090430034823-1499c-fc1b5adbfd3192709c109483c32987e89d63d2da.gz
* Add SubLayouts: a layout combinator for nesting layouts.Adam Vogt2009-04-231-0/+1
| | | | | | Ignore-this: abb21b19bfbc567953419b3035b6a295 darcs-hash:20090423013135-1499c-4d4498e5dfe1fd1a75c319b448960a4563666161.gz
* Update focus on mouse moves within inactive windowsDaniel Schoepe2009-04-071-0/+1
| | | | | | | | | | Ignore-this: 36c05c60420520dab708401d8a80fc85 This patch adds functionality to update the focus on moves in unfocused windows, which would make sense if one wanted the focus to follow the mouse. Currently this only happens when the mouse enters/leaves a window. This patch should fix issue #205. darcs-hash:20090407191819-cb1c6-f94441281224917d710ae5e1e1dbc1c9f3fa98b6.gz
* OneBig_layout.dpatchportnov842009-02-201-0/+1
| | | | | | | | | | Ignore-this: 9d4f308d13f003aa4236417307a66c15 Add the OneBig layout, which places one (master) window at top left corner of screen (width and height of master window are parameters of layout), and other (slave) windows at bottom and at right of master, trying to give equal space for each slave window. darcs-hash:20090220172634-94bf2-9168b47e7baeb14ffeec58922d5ca80f5fa6d324.gz
* Make utf8-string regular dependencyKhudyakov Alexey2009-02-201-9/+3
| | | | | | | | | Ignore-this: b38936b037c1172ec69905fa345f7afe The reason for this is that EWMH specification require utf8 encoded strings. darcs-hash:20090220183318-7ba7e-fff9447ab3b47b875de50db74c3c5a91a6d13cc8.gz
* Module for automatic placement of floating windowsquentin.moser2009-04-081-0/+1
| | | | | | Ignore-this: 1874df995fc02a0b80051db39d91a2e1 darcs-hash:20090408080953-5ccef-4fc6631021663d259cbc80a3ef4fa3d31be74f00.gz
* X.H.FloatNext: new module, float the next spawned window(s)quentin.moser2009-04-151-0/+1
| | | | | | Ignore-this: 95e1c9daa3ca43bfb058f6a881a97f3a darcs-hash:20090415181907-5ccef-14c9ead9acaf711e49c700a894581fca51c2a2d1.gz
* ComboPkonstantin.sobolev2009-04-151-0/+1
| | | | | | Ignore-this: 73bb986165a7bba466aae789a5448170 darcs-hash:20090415014327-fb31b-fe5f4001445dfe5a61312d3155b8beba461f7afe.gz
* New module: XMonad.Actions.TopicSpaceNicolas Pouillard2009-04-191-0/+1
| | | | | | Ignore-this: 4c20592ea6ca74f38545c5a1a002ef91 darcs-hash:20090419085239-eb2e9-b81c0e529e0ea8664b1ab557472df72706c9d185.gz
* NamedScratchpadkonstantin.sobolev2009-04-191-0/+1
| | | | | | Ignore-this: b442cb08123d2413e0bb144a73bf3f57 darcs-hash:20090419045542-fb31b-b1a385de0fbefc5c16c9f5db9c58a4e55bc4753a.gz
* Add XMonad.Actions.PhysicalScreensnelhage2009-03-211-0/+1
| | | | | | | | Add an XMonad.Actions.PhysicalScreens contrib module that allows addressing of screens by physical ordering, rather than the arbitrary ScreenID. darcs-hash:20090321001320-c0cde-b1f208797fd8c673a28a785910e8e9105a53f027.gz
* add IndependentScreens to xmonad-contrib.cabaldaniel2009-02-221-0/+1
| | | | darcs-hash:20090221231632-c98ca-50593265d620b9f27bc4ffb25646ca83e31c2ffb.gz
* Add Cross LayoutLuis Cabellos zhen.sydow@gmail.com2009-02-091-0/+1
| | | | darcs-hash:20090209174802-5016e-77ef2191d0f1705d922117e7113d7eb553d11df6.gz
* +A.CycleWindows: bindings to cycle windows in new wayswirtwolff2009-02-071-0/+1
| | | | | | | | | | | | Ignore-this: 51634299addf224cbbc421adb4b048f5 Provides binding actions and customizable pure stack operations to cycle through a list of permutations of the stack (recent), cycle nth into focus, cycle through focus excluding a neighbor, cycle unfocused, shift a window halfway around the stack. Esp. for Full, two or three pane layouts, but useful for any layout with many windows. darcs-hash:20090207170622-d17f0-342d3e2ae6cc6d2aa2ba3918b80f981a0c3a5228.gz
* Remove X.U.SpawnOnWorkspace (superseded by X.A.SpawnOn)Roman Cheplyaka2009-02-041-1/+0
| | | | darcs-hash:20090204103635-3ebed-9189e11e7e1ce9a6e2e9430016503b1302c9bda9.gz
* move XMonad.Actions.SinkAll functionality to more general ↵Brent Yorgey2009-01-271-0/+1
| | | | | | XMonad.Actions.WithAll, and re-export sinkAll from X.A.SinkAll for backwards compatibility darcs-hash:20090127222355-1e371-a7beafc93e557a5c5af0a4b224ac0f55f1e37a18.gz
* XMonad.Actions.MessageFeedback modulequentin.moser2009-01-261-0/+1
| | | | | | Ignore-this: 82e58357a44f98c35ccf6ad0ef98b552 darcs-hash:20090126181059-5ccef-02270144d6d20a439b6f0cd2331232ec816b5202.gz
* Support for spawning most applications on a specific workspaceDaniel Schoepe2009-01-251-0/+1
| | | | | | Ignore-this: 26076d54b131e037b42c87e4fde63200 darcs-hash:20090125191045-cb1c6-124cbecad2e7fa37ada2c6c938a95e3e4ad4e037.gz
* A mosaic layout based on MosaicAltAdam Vogt2009-01-241-0/+1
| | | | | | | | | | | Ignore-this: 92bad7498f1ac402012e3eba6cbb2693 The position of a window in the stack determines its position and layout. And the overall tendency to make wide or tall windows can be changed, though not all of the options presented by MosaicAlt can be reached, the layout changes with each aspect ratio message. darcs-hash:20090124022058-1499c-87cc0738a670ef878b80a7753e15f5dd0ca788c4.gz
* Add XMonad.Actions.SpawnOnSpencer Janssen2009-01-171-0/+1
| | | | | | Ignore-this: 63869d1ab11f2ed5aab1690763065800 darcs-hash:20090117040432-25a6b-306aa18fed69a47197ca8c349cf6452939db5188.gz
* Bump version to 0.8.1Spencer Janssen2009-01-161-1/+1
| | | | | | Ignore-this: 1c201e87080e4404f51cadc108b228a1 darcs-hash:20090116223607-25a6b-a1615e93035a0fa3e7b8206c89fc7fdffb94f512.gz
* Compile without optimizations on x86_64 and GHC 6.10Spencer Janssen2009-01-091-0/+3
| | | | | | | Ignore-this: a803235b8022793f648e8953d9f05e0c This is a workaround for http://xmonad.org/bugs/226 darcs-hash:20090108231650-25a6b-370961e3861b82ed0f5346d7439df1814aabc02e.gz
* CenteredMasterportnov842009-01-111-0/+1
| | | | | | | centerMaster layout modifier places master window at top of other, at center of screen. Other windows are managed by base layout. topRightMaster is similar, but places master window at top right corner. darcs-hash:20090111134513-94bf2-42a2712685439482713639b06b347f30456f4b0f.gz
* ThreeColumnsMiddlexmonad2009-01-021-0/+1
| | | | darcs-hash:20090102091019-6ca0d-7464411f3c2064b5af5ecc3f2b152abac05d947b.gz
* addition of combined TallGrid layoutNorbert Zeh2008-12-121-0/+1
| | | | | | | | Added a module XMonad.Layouts.GridVariants, which defines layouts Grid and TallGrid. The former is a customizable version of Grid. The latter is a combination of Grid and Tall (see doc of the module). darcs-hash:20081212184836-18a2b-d407208a05e83fb686e0a58b9045675aeed85e61.gz
* Add FixedColumn, a layout like Tall but based on the resize hints of windowsJustin Bogner2008-12-131-0/+1
| | | | darcs-hash:20081213073054-18f27-8d98235fe49f631ded0dbe21c7f3e1df3dec6531.gz
* Remove XMonad.Config.PlainConfig, it has been turned into the separate ↵Braden Shepherdson2008-12-031-1/+0
| | | | | | xmonad-light project. darcs-hash:20081203161534-d53a8-9deed7e404210ef94d1d4d9709ce93c479ccd0a9.gz
* added XMonad.Layout.MonitorRoman Cheplyaka2008-11-151-0/+1
| | | | darcs-hash:20081115104735-3ebed-324fd5c577eb7e16915105c35a20673b1d24bbdc.gz
* Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth2008-11-071-0/+1
| | | | darcs-hash:20081107115114-ed0c4-000ce76dd7160a7b5157a1bef463b213f8062705.gz
* typoDon Stewart2008-11-041-1/+1
| | | | | | Ignore-this: bdac0ff3316c821bce321b51c62f6e89 darcs-hash:20081104043044-cba2c-0124a9579d5f6934ed5d1c07b3fba26f91c5103a.gz
* place an upper bound on the version of base we supportDon Stewart2008-11-041-2/+2
| | | | | | Ignore-this: 29139cc4f0ecb299b56ae99f7d20b854 darcs-hash:20081104035857-cba2c-b9f53d0dd61c891a100a9146de361760c384f537.gz
* -DUTF8 flag with -DUSE_UTF8gwern02008-09-211-1/+1
| | | | darcs-hash:20080921154014-f7719-42b0056cce0872dbd95dafcb07244a1bd8dabad1.gz
* add XMonad.Config.AzertyDevin Mullins2008-09-241-0/+1
| | | | darcs-hash:20080924044946-78224-2db16d2bd81ac1419418c56360079b168ccd7226.gz
* Move XMonad.Util.XPaste to XMonad.Util.PasteSpencer Janssen2008-09-211-1/+1
| | | | darcs-hash:20080921060947-25a6b-6feda2edc133f5968df19892c2490a3a2df785c8.gz
* Depend on X11 >Spencer Janssen2008-09-211-1/+1
| | | | darcs-hash:20080921055456-25a6b-f2a80b8efc3ef68c00fa551ff1f878cf84f1701c.gz
* +XMonad.Util.XPaste: a module for pasting strings to windowsgwern02008-09-201-0/+1
| | | | darcs-hash:20080920152106-f7719-a6fa113c92ddfb932285957c272d0d4de1cd444b.gz
* Bump version to 0.8Spencer Janssen2008-09-051-2/+2
| | | | darcs-hash:20080905194415-25a6b-1dcd4c0285e078c2a3a76edea2fd411d48283f1d.gz
* Accept a range of xmonad versionsSpencer Janssen2008-08-201-1/+1
| | | | darcs-hash:20080820214056-25a6b-bfb5d1ae58f6658dbcf2e09c3ed53a688284a894.gz
* Added XMonad.Hooks.DynamicHooksBraden Shepherdson2008-07-251-0/+1
| | | | | | | | | Allows runtime creation and modification of ManageHooks. Also allows one-shot ManageHooks that are removed after the fire. Note that if several transient hooks fire at once, only the most recently defined is executed, and all are removed. darcs-hash:20080724222054-d53a8-91832dca40a6f0fe5799f6d0ca2033bb23c9dcc0.gz
* I prefer the spencerjanssen@gmail.com addressSpencer Janssen2008-07-141-1/+1
| | | | darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
* Add missing xfce module to .cabalDon Stewart2008-06-021-0/+1
| | | | darcs-hash:20080602174219-cba2c-189a7ee97c0f323c5194c53665d545a65a262bb4.gz
* add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner2008-05-231-0/+1
| | | | darcs-hash:20080523205838-18f27-7839527e8dc201d7b47e93d70b14ec6c2a6077c7.gz
* Add XMonad.Actions.PlaneMalebria2008-05-231-0/+1
| | | | darcs-hash:20080523004357-1ef02-864e1b010b5eeb5e520959168ce7a8e441434be0.gz
* StackTileacura2008-05-201-0/+1
| | | | | | A simple patch to get a dishes like stacking, but with the ability to resize master pane. darcs-hash:20080520195559-aeda8-c943cedb249964ac4ba0e4f66f38a8a651831ddb.gz
* remove ScratchWorkspace.David Roundy2008-05-161-1/+0
| | | | | | | It's ugly code, and I'd be surprised if anyone actually uses it. I see no reason to continue to maintain it. darcs-hash:20080516185729-72aca-86bf61fa5bd42dcff023fde72cfa49e9b322037a.gz
* Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text ↵Braden Shepherdson2008-05-181-0/+1
| | | | | | | | | configuration file parser An example of the config file format can be found in the Haddock. Notably missing features are docks and more layouts than just the standard three. darcs-hash:20080517222916-d53a8-97568d8332caf65f99ffe65bf8803afccf6aae92.gz