aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Script-based hooksTrevor Elliott2008-04-161-0/+1
| | | | darcs-hash:20080416213024-5b2f6-adc47e1fc23870c99aca6eccf962a23932bd1eb8.gz
* XMonad.Layout.Master: initial importLukas Mai2008-04-051-0/+1
| | | | darcs-hash:20080404220734-462cf-19de482d505bd94a3eeefa99b95b0fb78d881b9d.gz
* XMonad.Layout.Gaps: new contrib module for manual gap support, in the few ↵Brent Yorgey2008-04-021-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
* XMonad.Layout.HintedGrid: initial importLukas Mai2008-04-021-0/+1
| | | | darcs-hash:20080401231722-462cf-fb086720e7af40b7275d8af61a9a00b4f788f022.gz
* MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common ↵Brent Yorgey2008-03-311-0/+1
| | | | | | instances of Transformer, update MultiToggle docs accordingly darcs-hash:20080331201739-bd4d7-901730282c5a27e589deba161b77c2752f643a0f.gz
* XMonad.Actions.CycleRecentWS: initial importMichal Janeczek2008-03-311-0/+1
| | | | darcs-hash:20080331111906-285cf-90722dd61a71e2e58711134f3665efb6986cc044.gz
* Bump version to 0.7Spencer Janssen2008-03-291-2/+2
| | | | darcs-hash:20080329192400-a5988-ede5b9921f149a597dd8d2e474a737c74ca49748.gz
* added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner2008-03-231-0/+1
| | | | darcs-hash:20080323222632-18f27-a9eb1ed596a12f474f45f9d40a8f981ff01326d4.gz
* cut Anneal and Mosaic.David Roundy2008-03-221-2/+0
| | | | darcs-hash:20080322153546-72aca-fe4f9a048f5a1127b0b2d7e7d382550c134b60af.gz
* mark Mosaic as broken. use MosaicAltDon Stewart2008-03-201-1/+1
| | | | darcs-hash:20080320223717-cba2c-5ce43f93f33efeb3a627ed792690eed8060d1fb4.gz
* Add Hooks.ServerMode: an event hook to execute commands sent by an external ↵Andrea Rossato2008-02-241-0/+1
| | | | | | client darcs-hash:20080224133706-32816-aa862084a86ac6769123c4d3760be42d857d3c8d.gz
* Add EventHook: a layout modifier to handle X eventsAndrea Rossato2008-02-241-0/+1
| | | | darcs-hash:20080224112432-32816-39c2c29649bfbf285107e019a4fb76ff535f6fbb.gz
* Move window properties to a separate Util moduleRoman Cheplyaka2008-03-181-0/+1
| | | | | | | Add XMonad.Util.WindowProperties Modify XMonad.Layout.IM.hs to use WindowProperties. darcs-hash:20080318165658-3ebed-d440ac2a3eb05438402f2ce5e23dc7586a89ba70.gz
* Add XMonad.Actions.Promotexmonad2008-03-161-0/+1
| | | | darcs-hash:20080316205722-a910a-ef6c0d20e5267c6ddcb92cdd089722bc195c3daa.gz
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-021-1/+10
| | | | | | | | | | | | | | - printStringXMF: use the background color for XFT fonts too - textWidthXMF now returns the text width even with xft fonts - textExtentsXMF will now return only the ascend and the descent of a string. - stringPosition now takes the display too - add support for UTF-8 locales: if the contrib library is compiled with the 'with_xft' or the 'with_utf8' option the prompt and the decoration system will support UTF-8 locales - this requires utf8-strings. darcs-hash:20080302095712-32816-f3d6d06ff9d921288b1625e4bfd643013d2075ec.gz
* Removed WmiiActions module.Juraj Hercek2008-03-051-1/+0
| | | | darcs-hash:20080305082336-69f16-37aa44c986f6a66b2315cb1a7e0b98e2293b22ea.gz
* Import of new DirExec module.Juraj Hercek2008-02-291-0/+1
| | | | | | - allows execution of executable files from specific directory darcs-hash:20080229212257-69f16-9a166d655acac098d7835e2d44764c40aae1baa0.gz
* UpdatePointer XMonadContrib modulerobreim2008-03-011-0/+1
| | | | darcs-hash:20080301134401-d4c7e-6d984009ecc7fb9f3e3d96b829a928bbf56503af.gz
* Add XMonad.Actions.PerWorkspaceKeysRoman Cheplyaka2008-03-021-0/+1
| | | | darcs-hash:20080302202346-3ebed-e62add839eb2d1449b6f6edf3b4d1b13961a7e4b.gz