mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
Export types to reduce haddock warnings.
This commit is contained in:
@@ -21,7 +21,8 @@ module XMonad.Layout.WindowNavigation (
|
||||
Navigate(..), Direction2D(..),
|
||||
MoveWindowToWindow(..),
|
||||
navigateColor, navigateBrightness,
|
||||
noNavigateBorders, defaultWNConfig
|
||||
noNavigateBorders, defaultWNConfig,
|
||||
WNConfig, WindowNavigation,
|
||||
) where
|
||||
|
||||
import Data.List ( nub, sortBy, (\\) )
|
||||
|
Reference in New Issue
Block a user