aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/XSelection.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Util/XSelection.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/XSelection.hs b/XMonad/Util/XSelection.hs
index e0f2ac8..83096d2 100644
--- a/XMonad/Util/XSelection.hs
+++ b/XMonad/Util/XSelection.hs
@@ -40,7 +40,7 @@ import Codec.Binary.UTF8.String (decode)
the selection string is an URL you just highlighted), then one could add
to the xmonad.hs a line like thus:
- > , ((modMask .|. shiftMask, xK_b), promptSelection "firefox")
+ > , ((modm .|. shiftMask, xK_b), promptSelection "firefox")
There are a number of known problems with XSelection: