aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2011-11-15 03:27:26 +0100
committerDaniel Wagner <daniel@wagner-home.com>2011-11-15 03:27:26 +0100
commit5bf2f254461743db248125f09144100d9279da4a (patch)
tree33e12555ad90bda7dcc9fd44d03012eb9ee06c42
parent84323448ca9526b91181d361efaa506c67f9813e (diff)
downloadXMonadContrib-5bf2f254461743db248125f09144100d9279da4a.tar.gz
XMonadContrib-5bf2f254461743db248125f09144100d9279da4a.tar.xz
XMonadContrib-5bf2f254461743db248125f09144100d9279da4a.zip
documentation patch: note the drawbacks of X.U.Dmenu
Ignore-this: 97f9676ca075a6f96e090045886083ca darcs-hash:20111115022726-76d51-4b8d36710c17918da8682dce806cbccb32388f6f.gz
-rw-r--r--XMonad/Util/Dmenu.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/XMonad/Util/Dmenu.hs b/XMonad/Util/Dmenu.hs
index 17c09e3..2af55a7 100644
--- a/XMonad/Util/Dmenu.hs
+++ b/XMonad/Util/Dmenu.hs
@@ -29,6 +29,11 @@ import XMonad.Util.Run
-- You can use this module with the following in your Config.hs file:
--
-- > import XMonad.Util.Dmenu
+--
+-- These functions block xmonad's event loop until dmenu exits; this means that
+-- programs will not be able to open new windows and you will not be able to
+-- change workspaces or input focus until you have responded to the prompt one
+-- way or another.
-- %import XMonad.Util.Dmenu