aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* simplify WindowBringer code, and change greedyView to focusWindowDevin Mullins2008-08-112-21/+20
| | | | darcs-hash:20080811033137-78224-6fb0ea21833cf4400fce90981b07826d26162451.gz
* Updates to my configSpencer Janssen2008-08-122-4/+3
| | | | darcs-hash:20080812050124-25a6b-98b8844dd014a213d0ca55184fed4cc1bbfa1ed8.gz
* Added XMonad.Hooks.DynamicHooksBraden Shepherdson2008-07-251-0/+122
| | | | | | | | | 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
* XMonad.Hooks.UrgencyHook: +FocusHookgwern02008-07-171-1/+12
| | | | | | This is a hook for simply traveling to whatever window has just set an urgent flag, instead of doing something more involved like printing to a status bar and letting the user do something manually. darcs-hash:20080716224745-f7719-4fa145f9754e829bea78c89ede58ca01e3187e14.gz
* Grid/HintedGrid: prefer wider windowsLukas Mai2008-07-172-2/+2
| | | | darcs-hash:20080717205138-462cf-c688ae9b5e4909d12e5e3ac58400a28fcad584c0.gz
* I prefer the spencerjanssen@gmail.com addressSpencer Janssen2008-07-148-15/+15
| | | | darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
* callUrgencyHook after adjustUrgentsDevin Mullins2008-07-141-2/+2
| | | | | | So folks can readUrgents inside their urgencyHook, should they so desire. darcs-hash:20080714043020-78224-b75d65a74cda046369c256bcd3d0813c20219204.gz
* XMonad/Doc/Developing.hs: update haddock ln, cpeditgwern02008-07-081-7/+8
| | | | darcs-hash:20080708205058-f7719-ab1457e039ca92227599d24808883fe34543cb6b.gz
* XMonad/Doc.hs: why link to a specific version instead of the latest?gwern02008-07-081-2/+2
| | | | darcs-hash:20080708202236-f7719-b5eaf50648503497fba3340317fc740a3a66f7d5.gz
* XMonad.Actions.Plane.Linearleoserra2008-07-061-6/+16
| | | | darcs-hash:20080706175303-3225b-c65a1f082dd8dc9866fb6a6d2ce5e6abd525c571.gz
* XMonad.Actions.Plane: Improvements in code qualityMarco Túlio Gontijo e Silva2008-07-061-22/+66
| | | | darcs-hash:20080706172829-7641b-d730d4371bf6d6acab773adb992f291442357563.gz
* XMonad.Actions.Plane: Treat error in readMarco Túlio Gontijo e Silva2008-07-101-3/+15
| | | | darcs-hash:20080710135342-7641b-c984b88b12655b15274003771ff981d4bed36794.gz
* XMonad.Actions.Plane: GConf supportMarco Túlio Gontijo e Silva2008-07-091-9/+27
| | | | | | Thanks to Johan Dahlin. darcs-hash:20080709001900-7641b-5cd3532d58f1932d361bb7dc7cb070ae010ece82.gz
* X.A.WindowNavigation: commentsDevin Mullins2008-07-101-0/+4
| | | | darcs-hash:20080710041028-78224-0816f645aac90e3d521aea65092e98bf31b1b5cd.gz
* add autoComplete option to XMonad.PromptDevin Mullins2008-07-042-4/+37
| | | | | | Maybe this will get Gwern one step closer to a complete Ratpoison binding. darcs-hash:20080704073415-78224-e0d0f2fe32cd4d30972eb781e51fdfd78822ffbe.gz
* XMonad.Actions.Plane: Copyright updateMarco Túlio Gontijo e Silva2008-07-091-2/+3
| | | | darcs-hash:20080709001548-7641b-9ff2ef5f07e5f2fb931ad1b92525fd536d1a4104.gz
* XMonad.Actions.Plane: removed missing haddock chunckMarco Túlio Gontijo e Silva2008-07-091-1/+0
| | | | darcs-hash:20080709010530-7641b-ba4cfaccacbc714874ac4efeeeedbf3d0c2b82e2.gz
* Added function to filter out scratchpad workspace for use with ↵Braden Shepherdson2008-07-061-0/+7
| | | | | | ewmhLogHookCustom. darcs-hash:20080706161027-d53a8-b788e5a27c8f95fcd50f6fb052f4d5ed621dd785.gz
* Added ewmhLogHookCustom, which allows arbitrary transformation of the ↵Braden Shepherdson2008-07-061-2/+13
| | | | | | workspace list. darcs-hash:20080706160847-d53a8-2b6ded39b1f4da02e9bfd52d9ccaf7d05829b517.gz
* adding thesaurus.reference.com and Google Labs Code Search searchesbrian2008-07-011-3/+11
| | | | darcs-hash:20080701090142-8cb90-179047a6b8aa7c55d60c5adfb138b50a4a103b28.gz
* fillout banish example in Warp.hsgwern02008-06-291-8/+22
| | | | | | We also include a nice little type to avoid specifying 0 0 stuff. darcs-hash:20080629202047-f7719-a47e44620d347c3c9dcff14a6ecbc5a48bae8a45.gz
* fix Actions.Wap docgwern02008-06-291-1/+1
| | | | | | warp 1 1 has a comment claiming that this moves the cursor to the lower *left*, but if you look at the warpToWindow haddock, it says that 1 1 is actually lower *right* - as indeed it proved to do. This was annoying as it led me astray for a minute or so. darcs-hash:20080629115504-f7719-817bf2cf8a6d63688cd170daf6775d5e187c4d7f.gz
* allow function keys up to F24brian2008-06-261-2/+2
| | | | darcs-hash:20080626040516-8cb90-0aae953ab35ad51157be2b8e6e971f2f01dca3d8.gz
* Now using -name instead of -title as the term app argument, and ↵Braden Shepherdson2008-06-081-4/+4
| | | | | | correspondingly resource for the ManageHook. darcs-hash:20080608180748-d53a8-bea50d6f478dc346a5dabbbc5fee0a54d215c9e1.gz
* Actions/Search.hs: export SearchEngine constructorBrent Yorgey2008-06-201-1/+1
| | | | darcs-hash:20080620212016-bd4d7-5a2934cc2e2738c78b3a6ae0eb3662a2eaeefd55.gz
* Export PerWorkspace to allow type signaturesMalebria2008-06-201-0/+1
| | | | darcs-hash:20080620015046-1ef02-b37da4b45c91384a83a9ee220574941b85f13018.gz
* XMonad.Util.EZConfig: add keypad bindingsLukas Mai2008-06-151-0/+74
| | | | darcs-hash:20080615143702-462cf-7af17b2dea76a6731840d8ad375d36e9a78b1f64.gz
* XMonad.Util.EZConfig: minor cleanupsLukas Mai2008-05-281-28/+26
| | | | darcs-hash:20080528165450-462cf-f4426554ed2f9786a2ac2143778c6e0ddd64bbf5.gz
* make default highlighting a bit dimmer for neighbors in WindowNavigation.David Roundy2008-06-101-1/+1
| | | | darcs-hash:20080610174200-72aca-7a0322e2f2b74757ae46cfbd22fe13ca09af3fb7.gz
* keep drag panes on the bottom of the window stack.David Roundy2008-06-101-0/+2
| | | | darcs-hash:20080610174044-72aca-270d4b06cd1670389e5d8a34b0a1bd4a28554fa8.gz
* add support to Magnifier for vertical zooming.David Roundy2008-06-102-19/+26
| | | | darcs-hash:20080610173747-72aca-93a8d95949ba8dc9b390571a9a95c249b96270df.gz
* XMonad.Hooks.EwmhDesktops export EwmHDesktopsHookMalebria2008-06-101-0/+1
| | | | | | Any function that a user may write in his configuration file that is related to ewmhDesktopsLayout cannot have it's type signature if this type is not exported. darcs-hash:20080610130614-1ef02-2e9a83911508a45d31fb4c3412a068c6a54459df.gz
* XMonad.Config.Desktop type problem (monomorphism?)Malebria2008-06-101-1/+1
| | | | | | With main darcs-hash:20080610182856-1ef02-b6e6bdaafbb8a1d25295c3712dd3d8a1bf216de5.gz
* Make prompt keybindings work when numLock or capsLock are activeJustin Bogner2008-06-081-1/+2
| | | | darcs-hash:20080608172057-18f27-f5b94a80e3571bb62a0d64372fb145e628191af0.gz
* Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".Braden Shepherdson2008-06-081-21/+77
| | | | | | | | | Originally the key binding just spawned a new floating terminal on every keypress. Now it spawns if it doesn't exist, summons from another workspace if it does but isn't visible, or banishes it to a dynamically created workspace if it is on the current workspace. darcs-hash:20080608045457-d53a8-e8bca6a987f7f408c18481d2173dd2f87a8d40fb.gz
* Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson2008-06-081-0/+3
| | | | darcs-hash:20080608045318-d53a8-b3ad374673c9428d89b0f9b5c8fb2e69c20e5865.gz
* Added scratchpadSpawnActionTerminal to specify the terminal program directly ↵Braden Shepherdson2008-06-081-0/+6
| | | | | | as a String. darcs-hash:20080608032619-d53a8-c0636b8e87746e0aa77713837cfae160e65968fa.gz
* Removed odd scratchpadSpawnDefault, improved documentation.Braden Shepherdson2008-06-081-14/+9
| | | | darcs-hash:20080608032439-d53a8-2a38fb4fedf6ef5cf52f41ce45d737a7dff8a397.gz
* Actions.Search.hs: switch inappropriate use of getShellCompl for a ↵gwern02008-06-071-3/+3
| | | | | | | | historyCompletion It's inappropriate because if I am searching Wikipedia, say, why on earth do I want completion of files and executables on my PC? A previous search query is much more likely to be what I want. darcs-hash:20080607071331-f7719-1d06bd99864e561bec53dd8ab0a4742ac801a1bf.gz
* Prompt.hs: +a historyCompletion function for use in XPromptsgwern02008-06-071-0/+13
| | | | darcs-hash:20080607071225-f7719-4e0154662c45e9a3fc4d575e4eda0963598d8248.gz
* Add C-w to XMonad.PromptTrevor Elliott2008-06-061-0/+1
| | | | | | * Bind C-w to kill the previous word darcs-hash:20080605220656-5b2f6-4fe83933831415342feacfddb02c78e5c99a04e8.gz
* Use lines instead of columns in configuration (similar to GNOME and KDE)Malebria2008-05-271-11/+20
| | | | darcs-hash:20080526225337-1ef02-3e20f3958a0ec394f837a32af42c9738812ed24d.gz
* Bug correction when areasColumn > 1Malebria2008-05-271-4/+12
| | | | darcs-hash:20080526223220-1ef02-534dcd578c67a108f176c892a87a732ba6ab1dab.gz
* more documentation for WindowNavigation and UrgencyHookDevin Mullins2008-05-252-8/+61
| | | | darcs-hash:20080525050231-78224-669c83df86a8b585883d0fb3ef054e37670261e8.gz
* X.A.WindowNavigation: add logHook for better state trackingDevin Mullins2008-05-251-6/+13
| | | | darcs-hash:20080525032325-78224-5afb5996c4097846b35af21a715a66407a46f65e.gz
* doco tweaksDevin Mullins2008-05-242-3/+3
| | | | darcs-hash:20080524211849-78224-630b08f09dcd25240be37a710801e595cae7476a.gz
* made fadeInactiveLogHook take an argument amount to fadeJustin Bogner2008-05-231-8/+10
| | | | darcs-hash:20080523213937-18f27-9792e7d03fb203944e7422ae30cdb2494d7d7ce3.gz
* add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner2008-05-231-0/+73
| | | | darcs-hash:20080523205838-18f27-7839527e8dc201d7b47e93d70b14ec6c2a6077c7.gz
* add close window functionality to EwmhDesktopsJustin Bogner2008-05-231-0/+4
| | | | darcs-hash:20080523185908-18f27-f75ad5984394063aa1fa03cb7e281f6993b840fd.gz
* Add XMonad.Actions.PlaneMalebria2008-05-231-0/+134
| | | | darcs-hash:20080523004357-1ef02-864e1b010b5eeb5e520959168ce7a8e441434be0.gz