aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2008-03-18Move window properties to a separate Util moduleRoman Cheplyaka1-0/+1
Add XMonad.Util.WindowProperties Modify XMonad.Layout.IM.hs to use WindowProperties. darcs-hash:20080318165658-3ebed-d440ac2a3eb05438402f2ce5e23dc7586a89ba70.gz
2008-03-16Add XMonad.Actions.Promotexmonad1-0/+1
darcs-hash:20080316205722-a910a-ef6c0d20e5267c6ddcb92cdd089722bc195c3daa.gz
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato1-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
2008-03-05Removed WmiiActions module.Juraj Hercek1-1/+0
darcs-hash:20080305082336-69f16-37aa44c986f6a66b2315cb1a7e0b98e2293b22ea.gz
2008-02-29Import of new DirExec module.Juraj Hercek1-0/+1
- allows execution of executable files from specific directory darcs-hash:20080229212257-69f16-9a166d655acac098d7835e2d44764c40aae1baa0.gz
2008-03-01UpdatePointer XMonadContrib modulerobreim1-0/+1
darcs-hash:20080301134401-d4c7e-6d984009ecc7fb9f3e3d96b829a928bbf56503af.gz
2008-03-02Add XMonad.Actions.PerWorkspaceKeysRoman Cheplyaka1-0/+1
darcs-hash:20080302202346-3ebed-e62add839eb2d1449b6f6edf3b4d1b13961a7e4b.gz
2008-02-29implement ScratchWorkspace.David Roundy1-0/+1
darcs-hash:20080229224316-72aca-9bd38478665ad2effabef8966cc6010fc0fcfe0a.gz
2008-02-25Scratchpad terminalBraden Shepherdson1-0/+1
Key binding and ManageHook to pop up a small, floating terminal window for a few quick commands. Combined with a utility like detach[1], makes a great X application launcher. Requires my two new ManageHooks (doRectFloat, specifically). [1] http://detach.sourceforge.net darcs-hash:20080225183633-d53a8-d3d517320cd98c1b6ea2abe82262a0a6877f1406.gz
2008-02-21Add XMonad.Layout.IMRoman Cheplyaka1-0/+1
darcs-hash:20080221085752-3ebed-afacdaba6147abfc4fd3a2435c064e1d76e65ef6.gz
2008-02-19improvements to XMonad.Hooks.DynamicLog, and new contrib module ↵Brent Yorgey1-1/+2
XMonad.Util.Loggers Improvements to DynamicLog include: * Greatly expanded and improved documentation and examples * remove seemingly useless makeSimpleDzenConfig function * factor out xmobarPP * add new ppExtras field to PP record, for specifying 'extra' loggers which can supply information other than window title, layout, and workspace status to a status bar (for example, time and date, battery status, mail status, etc.) The new XMonad.Util.Loggers module provides some example loggers that can be used in the new ppExtras field of the PP record. Create your own, add them to this module, go crazy! darcs-hash:20080219210128-bd4d7-33f4bcf2732069a5b7cf7584efa6ee060604c40b.gz
2008-02-18Add TabBarDecoration, a layout modifier to add a bar of tabs to any layoutAndrea Rossato1-0/+1
... and port DecorationMadness to the new system. darcs-hash:20080218161121-32816-5c834c6f6c2c8b156a20f140ee15049c87f623b8.gz
2008-02-12Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato1-0/+1
darcs-hash:20080212173455-32816-f3c4d9428563eea98d8ad0588f0e73c267dab491.gz
2008-02-09Add DecorationMadness: a repository of weirdnessesAndrea Rossato1-0/+1
darcs-hash:20080209182515-32816-f9b08279c8ae07297c6dde78f004113d829cdd21.gz
2008-02-07Add Prompt.Theme: a prompt for dynamically applying a theme to the current ↵Andrea Rossato1-0/+1
workspace darcs-hash:20080207184321-32816-90de355649c2e7190726ee5f0de2ca99a0b19bdc.gz
2008-02-07cabal file: respect alphabetic order for modulesAndrea Rossato1-3/+3
darcs-hash:20080207183153-32816-87124d73ee25b20defb821bbd30286e9e862e81a.gz
2008-02-07Add Util.Themes to collect user contributed themesAndrea Rossato1-0/+1
darcs-hash:20080207182843-32816-627be1eab5cb30e543ad88364ff459e3ae516055.gz
2008-02-04 XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ↵gwern01-0/+1
help of Spencer Janssen darcs-hash:20080204173402-f7719-20807fc962351a57b939dcf90daa7fbe20de37d7.gz
2008-02-01REMOVE RotView: use CycleWS instead.Brent Yorgey1-1/+0
See CycleWS docs for info on switching, or just look at the changes to XMonad.Config.Droundy. darcs-hash:20080201180618-bd4d7-7b4deec416c0afd7926b44652bd00cfede1e5e17.gz
2008-01-16add XMonad.Actions.CycleSelectedLayoutsRoman Cheplyaka1-0/+1
darcs-hash:20080116205020-3ebed-4cbcc5e67871dddb863909b153205417ebe1ce94.gz
2008-01-28xmonad-contrib.cabal: add build-type field to get rid of Cabal warningBrent Yorgey1-0/+1
darcs-hash:20080128190137-bd4d7-f12ad32c1cdde5ad445e478eb1c92abad4c7d2b1.gz
2008-01-27Add ResizeScreen, a layout modifier for modifing the screen geometryAndrea Rossato1-0/+1
darcs-hash:20080127010755-32816-5e5262602de3f23f7da24d9d854fb0d6a4c22e8e.gz
2008-01-26Add SimpleFloat a very basic floating layout that will place windows ↵Andrea Rossato1-0/+1
according to their size hints darcs-hash:20080126205410-32816-5cbea7a3f698b6e53b6fd9986c4edef7a1d5992e.gz
2008-01-25Add DwmStyle, a layout modifier to add dwm-style decorations to windows in ↵Andrea Rossato1-0/+1
any layout darcs-hash:20080125152152-32816-0480e941cb549521e145d7b02c8d44807f928ccb.gz