mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
move Direction type from WindowNavigation to ManageDocks (ManageDocks will move into the core, taking Direction with it)
This commit is contained in:
@@ -32,6 +32,8 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.Util.Invisible
|
||||
import XMonad.Util.XUtils
|
||||
|
||||
import XMonad.Hooks.ManageDocks (Direction(..))
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
--
|
||||
@@ -67,7 +69,6 @@ data MoveWindowToWindow a = MoveWindowToWindow a a deriving ( Read, Show, Typeab
|
||||
instance Typeable a => Message (MoveWindowToWindow a)
|
||||
|
||||
data Navigate = Go Direction | Swap Direction | Move Direction deriving ( Read, Show, Typeable )
|
||||
data Direction = U | D | R | L deriving ( Read, Show, Eq, Ord, Enum, Bounded )
|
||||
instance Message Navigate
|
||||
|
||||
data WNConfig =
|
||||
|
Reference in New Issue
Block a user