aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Warp.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/Warp.hs (renamed from Warp.hs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/Warp.hs b/XMonad/Actions/Warp.hs
index e53b82c..bc7bacc 100644
--- a/Warp.hs
+++ b/XMonad/Actions/Warp.hs
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.Warp
+-- Module : XMonad.Actions.Warp
-- Copyright : (c) daniel@wagner-home.com
-- License : BSD3-style (see LICENSE)
--
@@ -13,7 +13,7 @@
--
-----------------------------------------------------------------------------
-module XMonadContrib.Warp (
+module XMonad.Actions.Warp (
-- * Usage
-- $usage
warpToScreen,
@@ -44,7 +44,7 @@ my Config.hs:
Note that warping to a particular screen may change the focus.
-}
--- %import XMonadContrib.Warp
+-- %import XMonad.Actions.Warp
-- %keybind , ((modMask, xK_z ), warpToWindow (1%2) (1%2)) -- @@ Move pointer to currently focused window
-- %keybindlist ++
-- %keybindlist -- mod-ctrl-{w,e,r} @@ Move mouse pointer to screen 1, 2, or 3