aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Dmenu.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Util/Dmenu.hs (renamed from Dmenu.hs)10
1 files changed, 5 insertions, 5 deletions
diff --git a/Dmenu.hs b/XMonad/Util/Dmenu.hs
index 51cca67..8eeb0d9 100644
--- a/Dmenu.hs
+++ b/XMonad/Util/Dmenu.hs
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.Dmenu
+-- Module : XMonad.Util.Dmenu
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
-- License : BSD-style (see LICENSE)
--
@@ -14,7 +14,7 @@
--
-----------------------------------------------------------------------------
-module XMonadContrib.Dmenu (
+module XMonad.Util.Dmenu (
-- * Usage
-- $usage
dmenu, dmenuXinerama, dmenuMap
@@ -24,14 +24,14 @@ import XMonad
import qualified XMonad.StackSet as W
import qualified Data.Map as M
import Control.Monad.State
-import XMonadContrib.Run
+import XMonad.Util.Run
-- $usage
-- You can use this module with the following in your Config.hs file:
--
--- > import XMonadContrib.Dmenu
+-- > import XMonad.Util.Dmenu
--- %import XMonadContrib.Dmenu
+-- %import XMonad.Util.Dmenu
-- | Starts dmenu on the current screen. Requires this patch to dmenu:
-- <http://www.jcreigh.com/dmenu/dmenu-3.2-xinerama.patch>