aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2008-05-141-0/+1
| | | | darcs-hash:20080514162846-72aca-64443ce59d280f6b4b80987fa93aabb6e16d4a00.gz
* move AppLauncher from Actions module to Prompt modulezhen.sydow2008-05-131-1/+1
| | | | darcs-hash:20080513201252-3cf16-f92855fb696915644cc2cdbc52f7b3f860894f3d.gz
* add draft XMonad.Actions.WindowNavigationDevin Mullins2008-05-041-0/+1
| | | | | | | | | | This is an experiment with replacing the WindowNavigation LayoutModifier with one that simply adds keybindings and stores state in an IORef. Credit to droundy for the original code -- hopefully I'm not butchering it. The end intent is to add Xinerama support, but it'll be a little while before I get there. darcs-hash:20080504050022-78224-a1e156328d80897d8bfa245dc39f69d8fab9f929.gz
* new contrib module to launch apps with command line parameterszhen.sydow2008-05-131-0/+1
| | | | darcs-hash:20080513134754-3cf16-32d43fbbad243d902b1de3c3ddf508fc6efebb9a.gz
* Add XMonad.Config.KdeSpencer Janssen2008-05-071-0/+1
| | | | darcs-hash:20080507020833-a5988-6bb7dc8d4c0f1ec96a41be9a15a12771c61fe64a.gz
* Add XMonad.Config.Desktop and XMonad.Config.GnomeSpencer Janssen2008-04-301-0/+2
| | | | darcs-hash:20080430082253-a5988-66822252a13bee869034da162f4a127ae06f9992.gz
* Alphabetize exposed-modulesSpencer Janssen2008-04-301-1/+1
| | | | darcs-hash:20080430035453-a5988-d113455ad0414f27447148b99117f049abe21fd2.gz
* new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like ↵joamaki2008-04-251-0/+1
| | | | | | SimpleFloat, but without decoration darcs-hash:20080424220957-2bec7-8dfa615dfd80ffeee4a464ea2713074938d768d0.gz
* remove my config file -- the wiki is where its at.Don Stewart2008-04-191-1/+0
| | | | darcs-hash:20080419195650-cba2c-b5d5e5ec3ca4fd0642c01c94088f0032c0d70328.gz