aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Launcher.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improves haddock documentationc.lopez2012-08-261-3/+4
| | | | | | Ignore-this: a0ce4838652acfff7922c111e4d879bb darcs-hash:20120826091716-c3db2-b6bc0898f7935b4b272655521b2468a5ecae49ad.gz
* Fixes typos in Actions.Launcher haddock documentationc.lopez2012-08-111-21/+22
| | | | | | Ignore-this: f8152c0ad59d2b0cc9a6c9061e83aaf0 darcs-hash:20120811112502-c3db2-9bc978530efdb06f908df37149eafb6c2dc61384.gz
* Removes warnings, adds a browser value for LauncherConfig in haddock commentsc.lopez2012-06-281-4/+4
| | | | | | Ignore-this: 2610cf63594db3df61bac52f3d8f5836 darcs-hash:20120628114533-c3db2-3d33399a2794885da3282495d8fd64cfd6911af1.gz
* Changes on XPrompt:c.lopez2012-06-281-0/+177
Ignore-this: 2384f5c1b886716b3d9785877c2e32f9 * Adds mkPromptWithModes, creates a prompt given a list of modes (list of XPType). * Adds Setting `alwaysHighlight` to defaultXPConfig. When set to true, autocompletion always highlight the first result if it is not highlighted. Adds module XMonad.Actions.Launcher. This module allows to combine and switch between instances of XPrompt. It includes a default set of modes which require the programs `hoogle`, `locate` and `calc` to be installed to work properly. darcs-hash:20120628101749-c3db2-f6d1cd3315d56300d734f4c874409e0782096eac.gz