mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
EwmhDesktops: move to correct name, update so it compiles
This commit is contained in:
parent
4109a68fdf
commit
e13f9849ae
@ -1,6 +1,6 @@
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
-- Module : XMonadContrib.EwmhDesktops
|
||||
-- Module : XMonad.Hooks.EwmhDesktops
|
||||
-- Copyright : (c) Joachim Breitner <mail@joachim-breitner.de>
|
||||
-- License : BSD
|
||||
--
|
||||
@ -11,7 +11,7 @@
|
||||
-- Makes xmonad use the EWMH hints to tell panel applications about its
|
||||
-- workspaces and the windows therein.
|
||||
-----------------------------------------------------------------------------
|
||||
module XMonadContrib.EwmhDesktops (
|
||||
module XMonad.Hooks.EwmhDesktops (
|
||||
-- * Usage
|
||||
-- $usage
|
||||
ewmhDesktopsLogHook
|
||||
@ -27,18 +27,18 @@ import qualified XMonad.StackSet as W
|
||||
import Graphics.X11.Xlib
|
||||
import Graphics.X11.Xlib.Extras
|
||||
|
||||
import XMonadContrib.SetWMName
|
||||
import XMonad.Hooks.SetWMName
|
||||
|
||||
-- $usage
|
||||
-- Add the imports to your configuration file and add the logHook:
|
||||
--
|
||||
-- > import XMonadContrib.EwmhDesktops
|
||||
-- > import XMonad.Hooks.EwmhDesktops
|
||||
--
|
||||
-- > logHook :: X()
|
||||
-- > logHook = do ewmhDesktopsLogHook
|
||||
-- > return ()
|
||||
|
||||
-- %import XMonadContrib.EwmhDesktops
|
||||
-- %import XMonad.Hooks.EwmhDesktops
|
||||
-- %def -- comment out default logHook definition above if you uncomment this:
|
||||
-- %def logHook = ewmhDesktopsLogHook
|
||||
|
@ -25,7 +25,7 @@ module XMonad.Layout.Magnifier (
|
||||
import Graphics.X11.Xlib (Window, Rectangle(..))
|
||||
import XMonad
|
||||
import XMonad.StackSet
|
||||
import XMonad.Layout.LayoutHelpers
|
||||
-- import XMonad.Layout.LayoutHelpers
|
||||
|
||||
-- $usage
|
||||
-- > import XMonad.Layout.Magnifier
|
||||
|
Loading…
x
Reference in New Issue
Block a user