aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-25Support for spawning most applications on a specific workspaceDaniel Schoepe1-0/+1
Ignore-this: 26076d54b131e037b42c87e4fde63200 darcs-hash:20090125191045-cb1c6-124cbecad2e7fa37ada2c6c938a95e3e4ad4e037.gz
2009-01-24A mosaic layout based on MosaicAltAdam Vogt1-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
2009-01-17Add XMonad.Actions.SpawnOnSpencer Janssen1-0/+1
Ignore-this: 63869d1ab11f2ed5aab1690763065800 darcs-hash:20090117040432-25a6b-306aa18fed69a47197ca8c349cf6452939db5188.gz
2009-01-16Bump version to 0.8.1Spencer Janssen1-1/+1
Ignore-this: 1c201e87080e4404f51cadc108b228a1 darcs-hash:20090116223607-25a6b-a1615e93035a0fa3e7b8206c89fc7fdffb94f512.gz
2009-01-09Compile without optimizations on x86_64 and GHC 6.10Spencer Janssen1-0/+3
Ignore-this: a803235b8022793f648e8953d9f05e0c This is a workaround for http://xmonad.org/bugs/226 darcs-hash:20090108231650-25a6b-370961e3861b82ed0f5346d7439df1814aabc02e.gz
2009-01-11CenteredMasterportnov841-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
2009-01-02ThreeColumnsMiddlexmonad1-0/+1
darcs-hash:20090102091019-6ca0d-7464411f3c2064b5af5ecc3f2b152abac05d947b.gz
2008-12-12addition of combined TallGrid layoutNorbert Zeh1-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
2008-12-13Add FixedColumn, a layout like Tall but based on the resize hints of windowsJustin Bogner1-0/+1
darcs-hash:20081213073054-18f27-8d98235fe49f631ded0dbe21c7f3e1df3dec6531.gz
2008-12-03Remove XMonad.Config.PlainConfig, it has been turned into the separate ↵Braden Shepherdson1-1/+0
xmonad-light project. darcs-hash:20081203161534-d53a8-9deed7e404210ef94d1d4d9709ce93c479ccd0a9.gz
2008-11-15added XMonad.Layout.MonitorRoman Cheplyaka1-0/+1
darcs-hash:20081115104735-3ebed-324fd5c577eb7e16915105c35a20673b1d24bbdc.gz
2008-11-07Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth1-0/+1
darcs-hash:20081107115114-ed0c4-000ce76dd7160a7b5157a1bef463b213f8062705.gz
2008-11-04typoDon Stewart1-1/+1
Ignore-this: bdac0ff3316c821bce321b51c62f6e89 darcs-hash:20081104043044-cba2c-0124a9579d5f6934ed5d1c07b3fba26f91c5103a.gz
2008-11-04place an upper bound on the version of base we supportDon Stewart1-2/+2
Ignore-this: 29139cc4f0ecb299b56ae99f7d20b854 darcs-hash:20081104035857-cba2c-b9f53d0dd61c891a100a9146de361760c384f537.gz
2008-09-21-DUTF8 flag with -DUSE_UTF8gwern01-1/+1
darcs-hash:20080921154014-f7719-42b0056cce0872dbd95dafcb07244a1bd8dabad1.gz
2008-09-24add XMonad.Config.AzertyDevin Mullins1-0/+1
darcs-hash:20080924044946-78224-2db16d2bd81ac1419418c56360079b168ccd7226.gz
2008-09-21Move XMonad.Util.XPaste to XMonad.Util.PasteSpencer Janssen1-1/+1
darcs-hash:20080921060947-25a6b-6feda2edc133f5968df19892c2490a3a2df785c8.gz
2008-09-21Depend on X11 >Spencer Janssen1-1/+1
darcs-hash:20080921055456-25a6b-f2a80b8efc3ef68c00fa551ff1f878cf84f1701c.gz
2008-09-20+XMonad.Util.XPaste: a module for pasting strings to windowsgwern01-0/+1
darcs-hash:20080920152106-f7719-a6fa113c92ddfb932285957c272d0d4de1cd444b.gz
2008-09-05Bump version to 0.8Spencer Janssen1-2/+2
darcs-hash:20080905194415-25a6b-1dcd4c0285e078c2a3a76edea2fd411d48283f1d.gz
2008-08-20Accept a range of xmonad versionsSpencer Janssen1-1/+1
darcs-hash:20080820214056-25a6b-bfb5d1ae58f6658dbcf2e09c3ed53a688284a894.gz
2008-07-25Added XMonad.Hooks.DynamicHooksBraden Shepherdson1-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
2008-07-14I prefer the spencerjanssen@gmail.com addressSpencer Janssen1-1/+1
darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
2008-06-02Add missing xfce module to .cabalDon Stewart1-0/+1
darcs-hash:20080602174219-cba2c-189a7ee97c0f323c5194c53665d545a65a262bb4.gz
2008-05-23add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner1-0/+1
darcs-hash:20080523205838-18f27-7839527e8dc201d7b47e93d70b14ec6c2a6077c7.gz
2008-05-23Add XMonad.Actions.PlaneMalebria1-0/+1
darcs-hash:20080523004357-1ef02-864e1b010b5eeb5e520959168ce7a8e441434be0.gz
2008-05-20StackTileacura1-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
2008-05-16remove ScratchWorkspace.David Roundy1-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
2008-05-18Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text ↵Braden Shepherdson1-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
2008-05-14add BoringWindows module to make certain windows skipped when rotating focus.David Roundy1-0/+1
darcs-hash:20080514162846-72aca-64443ce59d280f6b4b80987fa93aabb6e16d4a00.gz
2008-05-13move AppLauncher from Actions module to Prompt modulezhen.sydow1-1/+1
darcs-hash:20080513201252-3cf16-f92855fb696915644cc2cdbc52f7b3f860894f3d.gz
2008-05-04add draft XMonad.Actions.WindowNavigationDevin Mullins1-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
2008-05-13new contrib module to launch apps with command line parameterszhen.sydow1-0/+1
darcs-hash:20080513134754-3cf16-32d43fbbad243d902b1de3c3ddf508fc6efebb9a.gz
2008-05-07Add XMonad.Config.KdeSpencer Janssen1-0/+1
darcs-hash:20080507020833-a5988-6bb7dc8d4c0f1ec96a41be9a15a12771c61fe64a.gz
2008-04-30Add XMonad.Config.Desktop and XMonad.Config.GnomeSpencer Janssen1-0/+2
darcs-hash:20080430082253-a5988-66822252a13bee869034da162f4a127ae06f9992.gz
2008-04-30Alphabetize exposed-modulesSpencer Janssen1-1/+1
darcs-hash:20080430035453-a5988-d113455ad0414f27447148b99117f049abe21fd2.gz
2008-04-25new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like ↵joamaki1-0/+1
SimpleFloat, but without decoration darcs-hash:20080424220957-2bec7-8dfa615dfd80ffeee4a464ea2713074938d768d0.gz
2008-04-19remove my config file -- the wiki is where its at.Don Stewart1-1/+0
darcs-hash:20080419195650-cba2c-b5d5e5ec3ca4fd0642c01c94088f0032c0d70328.gz
2008-04-16Script-based hooksTrevor Elliott1-0/+1
darcs-hash:20080416213024-5b2f6-adc47e1fc23870c99aca6eccf962a23932bd1eb8.gz
2008-04-05XMonad.Layout.Master: initial importLukas Mai1-0/+1
darcs-hash:20080404220734-462cf-19de482d505bd94a3eeefa99b95b0fb78d881b9d.gz
2008-04-02XMonad.Layout.Gaps: new contrib module for manual gap support, in the few ↵Brent Yorgey1-0/+1
cases where ManageDocks is not appropriate (dock apps that don't set STRUTS properly, adjusting for a display that is cut off on one edge, etc.) darcs-hash:20080402003742-bd4d7-6a773f670180cc60118bca3a0d2a12fa3a445540.gz
2008-04-02XMonad.Layout.HintedGrid: initial importLukas Mai1-0/+1
darcs-hash:20080401231722-462cf-fb086720e7af40b7275d8af61a9a00b4f788f022.gz
2008-03-31MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common ↵Brent Yorgey1-0/+1
instances of Transformer, update MultiToggle docs accordingly darcs-hash:20080331201739-bd4d7-901730282c5a27e589deba161b77c2752f643a0f.gz
2008-03-31XMonad.Actions.CycleRecentWS: initial importMichal Janeczek1-0/+1
darcs-hash:20080331111906-285cf-90722dd61a71e2e58711134f3665efb6986cc044.gz
2008-03-29Bump version to 0.7Spencer Janssen1-2/+2
darcs-hash:20080329192400-a5988-ede5b9921f149a597dd8d2e474a737c74ca49748.gz
2008-03-23added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner1-0/+1
darcs-hash:20080323222632-18f27-a9eb1ed596a12f474f45f9d40a8f981ff01326d4.gz
2008-03-22cut Anneal and Mosaic.David Roundy1-2/+0
darcs-hash:20080322153546-72aca-fe4f9a048f5a1127b0b2d7e7d382550c134b60af.gz
2008-03-20mark Mosaic as broken. use MosaicAltDon Stewart1-1/+1
darcs-hash:20080320223717-cba2c-5ce43f93f33efeb3a627ed792690eed8060d1fb4.gz
2008-02-24Add Hooks.ServerMode: an event hook to execute commands sent by an external ↵Andrea Rossato1-0/+1
client darcs-hash:20080224133706-32816-aa862084a86ac6769123c4d3760be42d857d3c8d.gz
2008-02-24Add EventHook: a layout modifier to handle X eventsAndrea Rossato1-0/+1
darcs-hash:20080224112432-32816-39c2c29649bfbf285107e019a4fb76ff535f6fbb.gz