mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-30 19:03:47 -07:00
Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocus
The XMonad module exports this already
This commit is contained in:
@@ -19,8 +19,7 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
module XMonad.Hooks.ICCCMFocus
|
module XMonad.Hooks.ICCCMFocus
|
||||||
(
|
(
|
||||||
atom_WM_TAKE_FOCUS
|
takeFocusX
|
||||||
, takeFocusX
|
|
||||||
, takeTopFocus
|
, takeTopFocus
|
||||||
) where
|
) where
|
||||||
|
|
||||||
@@ -29,11 +28,6 @@ import XMonad.Hooks.SetWMName
|
|||||||
import qualified XMonad.StackSet as W
|
import qualified XMonad.StackSet as W
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
|
|
||||||
atom_WM_TAKE_FOCUS ::
|
|
||||||
X Atom
|
|
||||||
atom_WM_TAKE_FOCUS =
|
|
||||||
getAtom "WM_TAKE_FOCUS"
|
|
||||||
|
|
||||||
takeFocusX ::
|
takeFocusX ::
|
||||||
Window
|
Window
|
||||||
-> X ()
|
-> X ()
|
||||||
|
Reference in New Issue
Block a user