aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Paste.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Util/Paste.hs (renamed from XMonad/Util/XPaste.hs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Util/XPaste.hs b/XMonad/Util/Paste.hs
index a51a1e2..98ccd98 100644
--- a/XMonad/Util/XPaste.hs
+++ b/XMonad/Util/Paste.hs
@@ -1,5 +1,5 @@
{- |
-Module : XMonad.Util.XPaste
+Module : XMonad.Util.Paste
Author : Jérémy Bobbio
Copyright : (C) 2008
License : BSD3
@@ -12,7 +12,7 @@ A module for sending key presses to windows. This modules provides generalized
and specialized functions for this task.
-}
-module XMonad.Util.XPaste where
+module XMonad.Util.Paste where
import XMonad (io, theRoot, withDisplay, X ())
import Graphics.X11
@@ -71,4 +71,4 @@ pasteKeyWindow mods key w = withDisplay $ \d -> do
setKeyEvent ev w rootw none mods keycode True
sendEvent d w True keyPressMask ev
setEventType ev keyRelease
- sendEvent d w True keyReleaseMask ev \ No newline at end of file
+ sendEvent d w True keyReleaseMask ev