aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/FocusNth.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/FocusNth.hs (renamed from FocusNth.hs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/FocusNth.hs b/XMonad/Actions/FocusNth.hs
index 28e8e96..42336ef 100644
--- a/FocusNth.hs
+++ b/XMonad/Actions/FocusNth.hs
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.FocusNth
+-- Module : XMonad.Actions.FocusNth
-- Copyright : (c) Karsten Schoelzel <kuser@gmx.de>
-- License : BSD
--
@@ -11,7 +11,7 @@
-- Focus the nth window on the screen.
-----------------------------------------------------------------------------
-module XMonadContrib.FocusNth (
+module XMonad.Actions.FocusNth (
-- * Usage
-- $usage
focusNth) where
@@ -21,13 +21,13 @@ import XMonad.Operations
import XMonad
-- $usage
--- > import XMonadContrib.FocusNth
+-- > import XMonad.Actions.FocusNth
-- > -- mod4-[1..9] @@ Switch to window N
-- > ++ [((mod4Mask, k), focusNth i)
-- > | (i, k) <- zip [0 .. 8] [xK_1 ..]]
--- %import XMonadContrib.FocusNth
+-- %import XMonad.Actions.FocusNth
-- %keybdindextra ++
-- %keybdindextra -- mod4-[1..9] @@ Switch to window N
-- %keybdindextra [((mod4Mask, k), focusNth i)