aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorc.lopez <c.lopez@kmels.net>2012-06-28 12:17:49 +0200
committerc.lopez <c.lopez@kmels.net>2012-06-28 12:17:49 +0200
commit620555e3867be04572e1c41b1bc54fe23bfd7c51 (patch)
treeee8f21c841295b039844b3e39da46423db898781 /xmonad-contrib.cabal
parenta1befbeeababc6e25d8901b222d2c614c7544534 (diff)
downloadXMonadContrib-620555e3867be04572e1c41b1bc54fe23bfd7c51.tar.gz
XMonadContrib-620555e3867be04572e1c41b1bc54fe23bfd7c51.tar.xz
XMonadContrib-620555e3867be04572e1c41b1bc54fe23bfd7c51.zip
Changes on XPrompt:
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
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 76b5e1d..4a63491 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -102,6 +102,7 @@ library
XMonad.Actions.FocusNth
XMonad.Actions.GridSelect
XMonad.Actions.GroupNavigation
+ XMonad.Actions.Launcher
XMonad.Actions.MessageFeedback
XMonad.Actions.MouseGestures
XMonad.Actions.MouseResize