xmonad-contrib 0.11.3 → 0.11.4
raw patch · 5 files changed
+5/−3 lines, 5 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- XMonad.Actions.CycleWS: AnyWS :: WSType
- XMonad.Actions.CycleWS: EmptyWS :: WSType
- XMonad.Actions.CycleWS: HiddenNonEmptyWS :: WSType
- XMonad.Actions.CycleWS: HiddenWS :: WSType
- XMonad.Actions.CycleWS: Next :: Direction1D
- XMonad.Actions.CycleWS: NonEmptyWS :: WSType
- XMonad.Actions.CycleWS: Prev :: Direction1D
- XMonad.Actions.CycleWS: WSIs :: (X (WindowSpace -> Bool)) -> WSType
- XMonad.Actions.CycleWS: WSTagGroup :: Char -> WSType
- XMonad.Actions.DynamicWorkspaceGroups: instance Typeable WSGroupStorage
- XMonad.Actions.DynamicWorkspaceOrder: instance Typeable WSOrderStorage
- XMonad.Actions.FloatSnap: D :: Direction2D
- XMonad.Actions.FloatSnap: L :: Direction2D
- XMonad.Actions.FloatSnap: R :: Direction2D
- XMonad.Actions.FloatSnap: U :: Direction2D
- XMonad.Actions.GridSelect: GSConfig :: Integer -> Integer -> Integer -> (a -> Bool -> X (String, String)) -> String -> TwoD a (Maybe a) -> Double -> Double -> GSConfig a
- XMonad.Actions.GridSelect: gs_cellheight :: GSConfig a -> Integer
- XMonad.Actions.GridSelect: gs_cellpadding :: GSConfig a -> Integer
- XMonad.Actions.GridSelect: gs_cellwidth :: GSConfig a -> Integer
- XMonad.Actions.GridSelect: gs_colorizer :: GSConfig a -> a -> Bool -> X (String, String)
- XMonad.Actions.GridSelect: gs_font :: GSConfig a -> String
- XMonad.Actions.GridSelect: gs_navigate :: GSConfig a -> TwoD a (Maybe a)
- XMonad.Actions.GridSelect: gs_originFractX :: GSConfig a -> Double
- XMonad.Actions.GridSelect: gs_originFractY :: GSConfig a -> Double
- XMonad.Actions.GroupNavigation: Backward :: Direction
- XMonad.Actions.GroupNavigation: Forward :: Direction
- XMonad.Actions.GroupNavigation: History :: Direction
- XMonad.Actions.GroupNavigation: instance Typeable HistoryDB
- XMonad.Actions.KeyRemap: KeymapTable :: [((KeyMask, KeySym), (KeyMask, KeySym))] -> KeymapTable
- XMonad.Actions.KeyRemap: instance Typeable KeymapTable
- XMonad.Actions.Launcher: LauncherConfig :: String -> String -> LauncherConfig
- XMonad.Actions.Launcher: browser :: LauncherConfig -> String
- XMonad.Actions.Launcher: pathToHoogle :: LauncherConfig -> String
- XMonad.Actions.MouseGestures: D :: Direction2D
- XMonad.Actions.MouseGestures: L :: Direction2D
- XMonad.Actions.MouseGestures: R :: Direction2D
- XMonad.Actions.MouseGestures: U :: Direction2D
- XMonad.Actions.MouseResize: MR :: [((a, Rectangle), Maybe a)] -> MouseResize a
- XMonad.Actions.Navigation2D: D :: Direction2D
- XMonad.Actions.Navigation2D: L :: Direction2D
- XMonad.Actions.Navigation2D: Navigation2DConfig :: Navigation2D -> Navigation2D -> Navigation2D -> [(String, Navigation2D)] -> [(String, Screen -> Window -> X (Maybe Rectangle))] -> Navigation2DConfig
- XMonad.Actions.Navigation2D: R :: Direction2D
- XMonad.Actions.Navigation2D: U :: Direction2D
- XMonad.Actions.Navigation2D: defaultTiledNavigation :: Navigation2DConfig -> Navigation2D
- XMonad.Actions.Navigation2D: floatNavigation :: Navigation2DConfig -> Navigation2D
- XMonad.Actions.Navigation2D: instance Typeable Navigation2DConfig
- XMonad.Actions.Navigation2D: layoutNavigation :: Navigation2DConfig -> [(String, Navigation2D)]
- XMonad.Actions.Navigation2D: screenNavigation :: Navigation2DConfig -> Navigation2D
- XMonad.Actions.Navigation2D: unmappedWindowRect :: Navigation2DConfig -> [(String, Screen -> Window -> X (Maybe Rectangle))]
- XMonad.Actions.OnScreen: FocusCurrent :: Focus
- XMonad.Actions.OnScreen: FocusNew :: Focus
- XMonad.Actions.OnScreen: FocusTag :: WorkspaceId -> Focus
- XMonad.Actions.OnScreen: FocusTagVisible :: WorkspaceId -> Focus
- XMonad.Actions.PhysicalScreens: P :: Int -> PhysicalScreen
- XMonad.Actions.Plane: Circular :: Limits
- XMonad.Actions.Plane: Finite :: Limits
- XMonad.Actions.Plane: GConf :: Lines
- XMonad.Actions.Plane: Linear :: Limits
- XMonad.Actions.Plane: Lines :: Int -> Lines
- XMonad.Actions.Plane: ToDown :: Direction
- XMonad.Actions.Plane: ToLeft :: Direction
- XMonad.Actions.Plane: ToRight :: Direction
- XMonad.Actions.Plane: ToUp :: Direction
- XMonad.Actions.RandomBackground: HSV :: Double -> Double -> RandomColor
- XMonad.Actions.RandomBackground: RGB :: Int -> Int -> RandomColor
- XMonad.Actions.Search: SearchEngine :: Name -> Site -> SearchEngine
- XMonad.Actions.ShowText: STC :: String -> String -> String -> ShowTextConfig
- XMonad.Actions.ShowText: instance Typeable ShowText
- XMonad.Actions.ShowText: st_bg :: ShowTextConfig -> String
- XMonad.Actions.ShowText: st_fg :: ShowTextConfig -> String
- XMonad.Actions.ShowText: st_font :: ShowTextConfig -> String
- XMonad.Actions.SpawnOn: instance Typeable Spawner
- XMonad.Actions.SwapWorkspaces: Next :: Direction1D
- XMonad.Actions.SwapWorkspaces: Prev :: Direction1D
- XMonad.Actions.TopicSpace: TopicConfig :: Map Topic Dir -> Map Topic (X ()) -> (Topic -> X ()) -> Topic -> Int -> TopicConfig
- XMonad.Actions.TopicSpace: defaultTopic :: TopicConfig -> Topic
- XMonad.Actions.TopicSpace: defaultTopicAction :: TopicConfig -> Topic -> X ()
- XMonad.Actions.TopicSpace: instance Typeable PrevTopics
- XMonad.Actions.TopicSpace: maxTopicHistory :: TopicConfig -> Int
- XMonad.Actions.TopicSpace: topicActions :: TopicConfig -> Map Topic (X ())
- XMonad.Actions.TopicSpace: topicDirs :: TopicConfig -> Map Topic Dir
- XMonad.Actions.UpdatePointer: Nearest :: PointerPosition
- XMonad.Actions.UpdatePointer: Relative :: Rational -> Rational -> PointerPosition
- XMonad.Actions.UpdatePointer: TowardsCentre :: Rational -> Rational -> PointerPosition
- XMonad.Actions.Warp: LowerLeft :: Corner
- XMonad.Actions.Warp: LowerRight :: Corner
- XMonad.Actions.Warp: UpperLeft :: Corner
- XMonad.Actions.Warp: UpperRight :: Corner
- XMonad.Actions.WindowNavigation: D :: Direction2D
- XMonad.Actions.WindowNavigation: L :: Direction2D
- XMonad.Actions.WindowNavigation: R :: Direction2D
- XMonad.Actions.WindowNavigation: U :: Direction2D
- XMonad.Actions.WindowNavigation: WNGo :: Direction2D -> WNAction
- XMonad.Actions.WindowNavigation: WNSwap :: Direction2D -> WNAction
- XMonad.Actions.Workscreen: Workscreen :: Int -> [WorkspaceId] -> Workscreen
- XMonad.Actions.Workscreen: instance Typeable Workscreen
- XMonad.Actions.Workscreen: instance Typeable WorkscreenStorage
- XMonad.Actions.Workscreen: workscreenId :: Workscreen -> Int
- XMonad.Actions.Workscreen: workspaces :: Workscreen -> [WorkspaceId]
- XMonad.Actions.WorkspaceCursors: instance Typeable ChangeCursors
- XMonad.Actions.WorkspaceCursors: instance Typeable1 Cursors
- XMonad.Actions.WorkspaceCursors: instance Typeable1 WorkspaceCursors
- XMonad.Actions.WorkspaceNames: instance Typeable WorkspaceNames
- XMonad.Hooks.CurrentWorkspaceOnTop: instance Typeable CWOTState
- XMonad.Hooks.DynamicHooks: instance Typeable DynamicHooks
- XMonad.Hooks.DynamicLog: PP :: (WorkspaceId -> String) -> (WorkspaceId -> String) -> (WorkspaceId -> String) -> (WorkspaceId -> String) -> (WorkspaceId -> String) -> String -> String -> (String -> String) -> (String -> String) -> (String -> String) -> ([String] -> [String]) -> X ([WindowSpace] -> [WindowSpace]) -> [X (Maybe String)] -> (String -> IO ()) -> PP
- XMonad.Hooks.DynamicLog: ppCurrent :: PP -> WorkspaceId -> String
- XMonad.Hooks.DynamicLog: ppExtras :: PP -> [X (Maybe String)]
- XMonad.Hooks.DynamicLog: ppHidden :: PP -> WorkspaceId -> String
- XMonad.Hooks.DynamicLog: ppHiddenNoWindows :: PP -> WorkspaceId -> String
- XMonad.Hooks.DynamicLog: ppLayout :: PP -> String -> String
- XMonad.Hooks.DynamicLog: ppOrder :: PP -> [String] -> [String]
- XMonad.Hooks.DynamicLog: ppOutput :: PP -> String -> IO ()
- XMonad.Hooks.DynamicLog: ppSep :: PP -> String
- XMonad.Hooks.DynamicLog: ppSort :: PP -> X ([WindowSpace] -> [WindowSpace])
- XMonad.Hooks.DynamicLog: ppTitle :: PP -> String -> String
- XMonad.Hooks.DynamicLog: ppTitleSanitize :: PP -> String -> String
- XMonad.Hooks.DynamicLog: ppUrgent :: PP -> WorkspaceId -> String
- XMonad.Hooks.DynamicLog: ppVisible :: PP -> WorkspaceId -> String
- XMonad.Hooks.DynamicLog: ppWsSep :: PP -> String
- XMonad.Hooks.InsertPosition: Above :: Position
- XMonad.Hooks.InsertPosition: Below :: Position
- XMonad.Hooks.InsertPosition: End :: Position
- XMonad.Hooks.InsertPosition: Master :: Position
- XMonad.Hooks.InsertPosition: Newer :: Focus
- XMonad.Hooks.InsertPosition: Older :: Focus
- XMonad.Hooks.ManageDocks: SetStruts :: [Direction2D] -> [Direction2D] -> SetStruts
- XMonad.Hooks.ManageDocks: ToggleStrut :: Direction2D -> ToggleStruts
- XMonad.Hooks.ManageDocks: ToggleStruts :: ToggleStruts
- XMonad.Hooks.ManageDocks: addedStruts :: SetStruts -> [Direction2D]
- XMonad.Hooks.ManageDocks: instance Typeable SetStruts
- XMonad.Hooks.ManageDocks: instance Typeable ToggleStruts
- XMonad.Hooks.ManageDocks: removedStruts :: SetStruts -> [Direction2D]
- XMonad.Hooks.ManageHelpers: C :: Side
- XMonad.Hooks.ManageHelpers: CE :: Side
- XMonad.Hooks.ManageHelpers: CW :: Side
- XMonad.Hooks.ManageHelpers: NC :: Side
- XMonad.Hooks.ManageHelpers: NE :: Side
- XMonad.Hooks.ManageHelpers: NW :: Side
- XMonad.Hooks.ManageHelpers: SC :: Side
- XMonad.Hooks.ManageHelpers: SE :: Side
- XMonad.Hooks.ManageHelpers: SW :: Side
- XMonad.Hooks.RestoreMinimized: RestoreMinimized :: RestoreMinimized
- XMonad.Hooks.ScreenCorners: SCLowerLeft :: ScreenCorner
- XMonad.Hooks.ScreenCorners: SCLowerRight :: ScreenCorner
- XMonad.Hooks.ScreenCorners: SCUpperLeft :: ScreenCorner
- XMonad.Hooks.ScreenCorners: SCUpperRight :: ScreenCorner
- XMonad.Hooks.ScreenCorners: instance Typeable ScreenCornerState
- XMonad.Hooks.ServerMode: ServerMode :: ServerMode
- XMonad.Hooks.ToggleHook: instance Typeable HookState
- XMonad.Hooks.UrgencyHook: BorderUrgencyHook :: !String -> BorderUrgencyHook
- XMonad.Hooks.UrgencyHook: Dont :: RemindWhen
- XMonad.Hooks.UrgencyHook: DzenUrgencyHook :: Int -> [String] -> DzenUrgencyHook
- XMonad.Hooks.UrgencyHook: Every :: Interval -> RemindWhen
- XMonad.Hooks.UrgencyHook: FocusHook :: FocusHook
- XMonad.Hooks.UrgencyHook: Focused :: SuppressWhen
- XMonad.Hooks.UrgencyHook: Never :: SuppressWhen
- XMonad.Hooks.UrgencyHook: NoUrgencyHook :: NoUrgencyHook
- XMonad.Hooks.UrgencyHook: OnScreen :: SuppressWhen
- XMonad.Hooks.UrgencyHook: Repeatedly :: Int -> Interval -> RemindWhen
- XMonad.Hooks.UrgencyHook: SpawnUrgencyHook :: String -> SpawnUrgencyHook
- XMonad.Hooks.UrgencyHook: StdoutUrgencyHook :: StdoutUrgencyHook
- XMonad.Hooks.UrgencyHook: UrgencyConfig :: SuppressWhen -> RemindWhen -> UrgencyConfig
- XMonad.Hooks.UrgencyHook: Visible :: SuppressWhen
- XMonad.Hooks.UrgencyHook: args :: DzenUrgencyHook -> [String]
- XMonad.Hooks.UrgencyHook: duration :: DzenUrgencyHook -> Int
- XMonad.Hooks.UrgencyHook: instance Typeable Reminder
- XMonad.Hooks.UrgencyHook: instance Typeable Urgents
- XMonad.Hooks.UrgencyHook: remindWhen :: UrgencyConfig -> RemindWhen
- XMonad.Hooks.UrgencyHook: suppressWhen :: UrgencyConfig -> SuppressWhen
- XMonad.Hooks.UrgencyHook: urgencyBorderColor :: BorderUrgencyHook -> !String
- XMonad.Layout.Accordion: Accordion :: Accordion a
- XMonad.Layout.BorderResize: BR :: (Map Window RectWithBorders) -> BorderResize a
- XMonad.Layout.BoringWindows: Merge :: String -> [Window] -> BoringMessage
- XMonad.Layout.BoringWindows: Replace :: String -> [Window] -> BoringMessage
- XMonad.Layout.BoringWindows: UpdateBoring :: UpdateBoring
- XMonad.Layout.BoringWindows: instance Typeable BoringMessage
- XMonad.Layout.BoringWindows: instance Typeable UpdateBoring
- XMonad.Layout.BoringWindows: instance Typeable1 BoringWindows
- XMonad.Layout.Circle: Circle :: Circle a
- XMonad.Layout.Column: Column :: Float -> Column a
- XMonad.Layout.ComboP: And :: Property -> Property -> Property
- XMonad.Layout.ComboP: ClassName :: String -> Property
- XMonad.Layout.ComboP: Const :: Bool -> Property
- XMonad.Layout.ComboP: Machine :: String -> Property
- XMonad.Layout.ComboP: Not :: Property -> Property
- XMonad.Layout.ComboP: Or :: Property -> Property -> Property
- XMonad.Layout.ComboP: Resource :: String -> Property
- XMonad.Layout.ComboP: Role :: String -> Property
- XMonad.Layout.ComboP: SwapWindow :: SwapWindow
- XMonad.Layout.ComboP: SwapWindowN :: Int -> SwapWindow
- XMonad.Layout.ComboP: Title :: String -> Property
- XMonad.Layout.ComboP: instance Typeable SwapWindow
- XMonad.Layout.Cross: Cross :: !Rational -> !Rational -> Cross a
- XMonad.Layout.Cross: crossInc :: Cross a -> !Rational
- XMonad.Layout.Cross: crossProp :: Cross a -> !Rational
- XMonad.Layout.Decoration: CustomShrink :: CustomShrink
- XMonad.Layout.Decoration: DefaultDecoration :: DefaultDecoration a
- XMonad.Layout.Decoration: SetTheme :: Theme -> DecorationMsg
- XMonad.Layout.Decoration: Theme :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
- XMonad.Layout.Decoration: activeBorderColor :: Theme -> String
- XMonad.Layout.Decoration: activeColor :: Theme -> String
- XMonad.Layout.Decoration: activeTextColor :: Theme -> String
- XMonad.Layout.Decoration: decoHeight :: Theme -> Dimension
- XMonad.Layout.Decoration: decoWidth :: Theme -> Dimension
- XMonad.Layout.Decoration: fontName :: Theme -> String
- XMonad.Layout.Decoration: inactiveBorderColor :: Theme -> String
- XMonad.Layout.Decoration: inactiveColor :: Theme -> String
- XMonad.Layout.Decoration: inactiveTextColor :: Theme -> String
- XMonad.Layout.Decoration: instance Typeable DecorationMsg
- XMonad.Layout.Decoration: urgentBorderColor :: Theme -> String
- XMonad.Layout.Decoration: urgentColor :: Theme -> String
- XMonad.Layout.Decoration: urgentTextColor :: Theme -> String
- XMonad.Layout.Decoration: windowTitleAddons :: Theme -> [(String, Align)]
- XMonad.Layout.Decoration: windowTitleIcons :: Theme -> [([[Bool]], Placement)]
- XMonad.Layout.Dishes: Dishes :: Int -> Rational -> Dishes a
- XMonad.Layout.DragPane: Horizontal :: DragType
- XMonad.Layout.DragPane: Vertical :: DragType
- XMonad.Layout.DragPane: instance Typeable SetFrac
- XMonad.Layout.DraggingVisualizer: DraggingStopped :: DraggingVisualizerMsg
- XMonad.Layout.DraggingVisualizer: DraggingWindow :: Window -> Rectangle -> DraggingVisualizerMsg
- XMonad.Layout.DraggingVisualizer: instance Typeable DraggingVisualizerMsg
- XMonad.Layout.DwmStyle: CustomShrink :: CustomShrink
- XMonad.Layout.DwmStyle: Dwm :: DwmStyle a
- XMonad.Layout.DwmStyle: Theme :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
- XMonad.Layout.DwmStyle: activeBorderColor :: Theme -> String
- XMonad.Layout.DwmStyle: activeColor :: Theme -> String
- XMonad.Layout.DwmStyle: activeTextColor :: Theme -> String
- XMonad.Layout.DwmStyle: decoHeight :: Theme -> Dimension
- XMonad.Layout.DwmStyle: decoWidth :: Theme -> Dimension
- XMonad.Layout.DwmStyle: fontName :: Theme -> String
- XMonad.Layout.DwmStyle: inactiveBorderColor :: Theme -> String
- XMonad.Layout.DwmStyle: inactiveColor :: Theme -> String
- XMonad.Layout.DwmStyle: inactiveTextColor :: Theme -> String
- XMonad.Layout.DwmStyle: urgentBorderColor :: Theme -> String
- XMonad.Layout.DwmStyle: urgentColor :: Theme -> String
- XMonad.Layout.DwmStyle: urgentTextColor :: Theme -> String
- XMonad.Layout.DwmStyle: windowTitleAddons :: Theme -> [(String, Align)]
- XMonad.Layout.DwmStyle: windowTitleIcons :: Theme -> [([[Bool]], Placement)]
- XMonad.Layout.FixedColumn: FixedColumn :: !Int -> !Int -> !Int -> !Int -> FixedColumn a
- XMonad.Layout.Fullscreen: AddFullscreen :: Window -> FullscreenMessage
- XMonad.Layout.Fullscreen: FullscreenChanged :: FullscreenMessage
- XMonad.Layout.Fullscreen: RemoveFullscreen :: Window -> FullscreenMessage
- XMonad.Layout.Fullscreen: instance Typeable FullscreenMessage
- XMonad.Layout.Gaps: D :: Direction2D
- XMonad.Layout.Gaps: DecGap :: !Int -> !Direction2D -> GapMessage
- XMonad.Layout.Gaps: IncGap :: !Int -> !Direction2D -> GapMessage
- XMonad.Layout.Gaps: L :: Direction2D
- XMonad.Layout.Gaps: R :: Direction2D
- XMonad.Layout.Gaps: ToggleGap :: !Direction2D -> GapMessage
- XMonad.Layout.Gaps: ToggleGaps :: GapMessage
- XMonad.Layout.Gaps: U :: Direction2D
- XMonad.Layout.Gaps: instance Typeable GapMessage
- XMonad.Layout.Grid: Grid :: Grid a
- XMonad.Layout.Grid: GridRatio :: Double -> Grid a
- XMonad.Layout.GridVariants: B :: Orientation
- XMonad.Layout.GridVariants: ChangeGridAspect :: !Rational -> ChangeGridGeom
- XMonad.Layout.GridVariants: Grid :: !Rational -> Grid a
- XMonad.Layout.GridVariants: IncMasterCols :: !Int -> ChangeMasterGridGeom
- XMonad.Layout.GridVariants: IncMasterRows :: !Int -> ChangeMasterGridGeom
- XMonad.Layout.GridVariants: L :: Orientation
- XMonad.Layout.GridVariants: R :: Orientation
- XMonad.Layout.GridVariants: SetGridAspect :: !Rational -> ChangeGridGeom
- XMonad.Layout.GridVariants: SetMasterCols :: !Int -> ChangeMasterGridGeom
- XMonad.Layout.GridVariants: SetMasterFraction :: !Rational -> ChangeMasterGridGeom
- XMonad.Layout.GridVariants: SetMasterRows :: !Int -> ChangeMasterGridGeom
- XMonad.Layout.GridVariants: SplitGrid :: Orientation -> !Int -> !Int -> !Rational -> !Rational -> !Rational -> SplitGrid a
- XMonad.Layout.GridVariants: T :: Orientation
- XMonad.Layout.GridVariants: TallGrid :: !Int -> !Int -> !Rational -> !Rational -> !Rational -> TallGrid a
- XMonad.Layout.GridVariants: instance Typeable ChangeGridGeom
- XMonad.Layout.GridVariants: instance Typeable ChangeMasterGridGeom
- XMonad.Layout.Groups: G :: WithID l a -> Zipper a -> Group l a
- XMonad.Layout.Groups: Modify :: ModifySpec -> GroupsMessage
- XMonad.Layout.Groups: Refocus :: GroupsMessage
- XMonad.Layout.Groups: ToAll :: SomeMessage -> GroupsMessage
- XMonad.Layout.Groups: ToEnclosing :: SomeMessage -> GroupsMessage
- XMonad.Layout.Groups: ToFocused :: SomeMessage -> GroupsMessage
- XMonad.Layout.Groups: ToGroup :: Int -> SomeMessage -> GroupsMessage
- XMonad.Layout.Groups: gLayout :: Group l a -> WithID l a
- XMonad.Layout.Groups: gZipper :: Group l a -> Zipper a
- XMonad.Layout.Groups: instance Typeable GroupsMessage
- XMonad.Layout.Groups.Examples: GroupEQ :: GroupEQ a
- XMonad.Layout.Groups.Examples: TTC :: Int -> Rational -> Rational -> Int -> Rational -> Rational -> s -> Theme -> TiledTabsConfig s
- XMonad.Layout.Groups.Examples: hIncrement :: TiledTabsConfig s -> Rational
- XMonad.Layout.Groups.Examples: hNMaster :: TiledTabsConfig s -> Int
- XMonad.Layout.Groups.Examples: hRatio :: TiledTabsConfig s -> Rational
- XMonad.Layout.Groups.Examples: tabsShrinker :: TiledTabsConfig s -> s
- XMonad.Layout.Groups.Examples: tabsTheme :: TiledTabsConfig s -> Theme
- XMonad.Layout.Groups.Examples: vIncrement :: TiledTabsConfig s -> Rational
- XMonad.Layout.Groups.Examples: vNMaster :: TiledTabsConfig s -> Int
- XMonad.Layout.Groups.Examples: vRatio :: TiledTabsConfig s -> Rational
- XMonad.Layout.HintedGrid: Grid :: Bool -> Grid a
- XMonad.Layout.HintedGrid: GridRatio :: Double -> Bool -> Grid a
- XMonad.Layout.HintedTile: BottomRight :: Alignment
- XMonad.Layout.HintedTile: Center :: Alignment
- XMonad.Layout.HintedTile: HintedTile :: !Int -> !Rational -> !Rational -> !Alignment -> !Orientation -> HintedTile a
- XMonad.Layout.HintedTile: Tall :: Orientation
- XMonad.Layout.HintedTile: TopLeft :: Alignment
- XMonad.Layout.HintedTile: Wide :: Orientation
- XMonad.Layout.HintedTile: alignment :: HintedTile a -> !Alignment
- XMonad.Layout.HintedTile: delta :: HintedTile a -> !Rational
- XMonad.Layout.HintedTile: frac :: HintedTile a -> !Rational
- XMonad.Layout.HintedTile: nmaster :: HintedTile a -> !Int
- XMonad.Layout.HintedTile: orientation :: HintedTile a -> !Orientation
- XMonad.Layout.IM: And :: Property -> Property -> Property
- XMonad.Layout.IM: ClassName :: String -> Property
- XMonad.Layout.IM: Const :: Bool -> Property
- XMonad.Layout.IM: IM :: Rational -> Property -> IM a
- XMonad.Layout.IM: Machine :: String -> Property
- XMonad.Layout.IM: Not :: Property -> Property
- XMonad.Layout.IM: Or :: Property -> Property -> Property
- XMonad.Layout.IM: Resource :: String -> Property
- XMonad.Layout.IM: Role :: String -> Property
- XMonad.Layout.IM: Title :: String -> Property
- XMonad.Layout.LayoutBuilder: Abs :: Int -> SubMeasure
- XMonad.Layout.LayoutBuilder: IncLayoutN :: Int -> IncLayoutN
- XMonad.Layout.LayoutBuilder: Rel :: Rational -> SubMeasure
- XMonad.Layout.LayoutBuilder: SubBox :: SubMeasure -> SubMeasure -> SubMeasure -> SubMeasure -> SubBox
- XMonad.Layout.LayoutBuilder: instance Typeable IncLayoutN
- XMonad.Layout.LayoutBuilderP: LayoutP :: (Maybe a) -> (Maybe a) -> p -> SubBox -> (Maybe SubBox) -> (l1 a) -> (Maybe (l2 a)) -> LayoutP p l1 l2 a
- XMonad.Layout.LayoutBuilderP: Proxy :: Proxy a
- XMonad.Layout.LayoutCombinators: JumpToLayout :: String -> JumpToLayout
- XMonad.Layout.LayoutCombinators: NextLayoutNoWrap :: JumpToLayout
- XMonad.Layout.LayoutCombinators: Wrap :: JumpToLayout
- XMonad.Layout.LayoutCombinators: instance Typeable JumpToLayout
- XMonad.Layout.LayoutModifier: ModifiedLayout :: (m a) -> (l a) -> ModifiedLayout m l a
- XMonad.Layout.LimitWindows: instance Typeable LimitChange
- XMonad.Layout.Magnifier: MagnifyLess :: MagnifyMsg
- XMonad.Layout.Magnifier: MagnifyMore :: MagnifyMsg
- XMonad.Layout.Magnifier: Toggle :: MagnifyMsg
- XMonad.Layout.Magnifier: ToggleOff :: MagnifyMsg
- XMonad.Layout.Magnifier: ToggleOn :: MagnifyMsg
- XMonad.Layout.Magnifier: instance Typeable MagnifyMsg
- XMonad.Layout.Maximize: instance Typeable MaximizeRestore
- XMonad.Layout.MessageControl: Escape :: SomeMessage -> EscapedMessage
- XMonad.Layout.MessageControl: instance Typeable EscapedMessage
- XMonad.Layout.Minimize: RestoreMinimizedWin :: Window -> MinimizeMsg
- XMonad.Layout.Minimize: RestoreNextMinimizedWin :: MinimizeMsg
- XMonad.Layout.Minimize: instance Typeable MinimizeMsg
- XMonad.Layout.Monitor: And :: Property -> Property -> Property
- XMonad.Layout.Monitor: ClassName :: String -> Property
- XMonad.Layout.Monitor: Const :: Bool -> Property
- XMonad.Layout.Monitor: HideMonitor :: MonitorMessage
- XMonad.Layout.Monitor: HideMonitorNamed :: String -> MonitorMessage
- XMonad.Layout.Monitor: Machine :: String -> Property
- XMonad.Layout.Monitor: Monitor :: Property -> Rectangle -> Bool -> String -> Bool -> Rational -> Monitor a
- XMonad.Layout.Monitor: Not :: Property -> Property
- XMonad.Layout.Monitor: Or :: Property -> Property -> Property
- XMonad.Layout.Monitor: Resource :: String -> Property
- XMonad.Layout.Monitor: Role :: String -> Property
- XMonad.Layout.Monitor: ShowMonitor :: MonitorMessage
- XMonad.Layout.Monitor: ShowMonitorNamed :: String -> MonitorMessage
- XMonad.Layout.Monitor: Title :: String -> Property
- XMonad.Layout.Monitor: ToggleMonitor :: MonitorMessage
- XMonad.Layout.Monitor: ToggleMonitorNamed :: String -> MonitorMessage
- XMonad.Layout.Monitor: instance Typeable MonitorMessage
- XMonad.Layout.Monitor: name :: Monitor a -> String
- XMonad.Layout.Monitor: opacity :: Monitor a -> Rational
- XMonad.Layout.Monitor: persistent :: Monitor a -> Bool
- XMonad.Layout.Monitor: prop :: Monitor a -> Property
- XMonad.Layout.Monitor: rect :: Monitor a -> Rectangle
- XMonad.Layout.Monitor: visible :: Monitor a -> Bool
- XMonad.Layout.Mosaic: Reset :: Aspect
- XMonad.Layout.Mosaic: SlopeMod :: ([Rational] -> [Rational]) -> Aspect
- XMonad.Layout.Mosaic: Taller :: Aspect
- XMonad.Layout.Mosaic: Wider :: Aspect
- XMonad.Layout.Mosaic: instance Typeable Aspect
- XMonad.Layout.MosaicAlt: MosaicAlt :: Params -> MosaicAlt a
- XMonad.Layout.MosaicAlt: instance Typeable HandleWindowAlt
- XMonad.Layout.MouseResizableTile: BordersDragger :: DraggerType
- XMonad.Layout.MouseResizableTile: ExpandSlave :: MRTMessage
- XMonad.Layout.MouseResizableTile: FixedDragger :: Dimension -> Dimension -> DraggerType
- XMonad.Layout.MouseResizableTile: ShrinkSlave :: MRTMessage
- XMonad.Layout.MouseResizableTile: draggerWidth :: DraggerType -> Dimension
- XMonad.Layout.MouseResizableTile: gapWidth :: DraggerType -> Dimension
- XMonad.Layout.MouseResizableTile: instance Typeable MRTMessage
- XMonad.Layout.MultiToggle: EOT :: EOT
- XMonad.Layout.MultiToggle: Toggle :: t -> Toggle a
- XMonad.Layout.MultiToggle: instance Typeable1 Toggle
- XMonad.Layout.MultiToggle.Instances: FULL :: StdTransformers
- XMonad.Layout.MultiToggle.Instances: MIRROR :: StdTransformers
- XMonad.Layout.MultiToggle.Instances: NBFULL :: StdTransformers
- XMonad.Layout.MultiToggle.Instances: NOBORDERS :: StdTransformers
- XMonad.Layout.MultiToggle.Instances: SMARTBORDERS :: StdTransformers
- XMonad.Layout.MultiToggle.Instances: instance Typeable StdTransformers
- XMonad.Layout.NoBorders: Combine :: With -> Ambiguity -> Ambiguity -> Ambiguity
- XMonad.Layout.NoBorders: Difference :: With
- XMonad.Layout.NoBorders: EmptyScreen :: Ambiguity
- XMonad.Layout.NoBorders: Intersection :: With
- XMonad.Layout.NoBorders: Never :: Ambiguity
- XMonad.Layout.NoBorders: OnlyFloat :: Ambiguity
- XMonad.Layout.NoBorders: OtherIndicated :: Ambiguity
- XMonad.Layout.NoBorders: Screen :: Ambiguity
- XMonad.Layout.NoBorders: Union :: With
- XMonad.Layout.OneBig: OneBig :: Float -> Float -> OneBig a
- XMonad.Layout.Reflect: REFLECTX :: REFLECTX
- XMonad.Layout.Reflect: REFLECTY :: REFLECTY
- XMonad.Layout.Reflect: instance Typeable REFLECTX
- XMonad.Layout.Reflect: instance Typeable REFLECTY
- XMonad.Layout.Renamed: Append :: String -> Rename a
- XMonad.Layout.Renamed: AppendWords :: String -> Rename a
- XMonad.Layout.Renamed: Chain :: [Rename a] -> Rename a
- XMonad.Layout.Renamed: CutLeft :: Int -> Rename a
- XMonad.Layout.Renamed: CutRight :: Int -> Rename a
- XMonad.Layout.Renamed: CutWordsLeft :: Int -> Rename a
- XMonad.Layout.Renamed: CutWordsRight :: Int -> Rename a
- XMonad.Layout.Renamed: Prepend :: String -> Rename a
- XMonad.Layout.Renamed: PrependWords :: String -> Rename a
- XMonad.Layout.Renamed: Replace :: String -> Rename a
- XMonad.Layout.ResizableTile: MirrorExpand :: MirrorResize
- XMonad.Layout.ResizableTile: MirrorShrink :: MirrorResize
- XMonad.Layout.ResizableTile: ResizableTall :: Int -> Rational -> Rational -> [Rational] -> ResizableTall a
- XMonad.Layout.ResizableTile: _delta :: ResizableTall a -> Rational
- XMonad.Layout.ResizableTile: _frac :: ResizableTall a -> Rational
- XMonad.Layout.ResizableTile: _nmaster :: ResizableTall a -> Int
- XMonad.Layout.ResizableTile: _slaves :: ResizableTall a -> [Rational]
- XMonad.Layout.ResizableTile: instance Typeable MirrorResize
- XMonad.Layout.ResizeScreen: ResizeScreen :: ResizeMode -> Int -> ResizeScreen a
- XMonad.Layout.ResizeScreen: WithNewScreen :: Rectangle -> ResizeScreen a
- XMonad.Layout.Roledex: Roledex :: Roledex a
- XMonad.Layout.ShowWName: SWNC :: String -> String -> String -> Rational -> SWNConfig
- XMonad.Layout.ShowWName: swn_bgcolor :: SWNConfig -> String
- XMonad.Layout.ShowWName: swn_color :: SWNConfig -> String
- XMonad.Layout.ShowWName: swn_fade :: SWNConfig -> Rational
- XMonad.Layout.ShowWName: swn_font :: SWNConfig -> String
- XMonad.Layout.SimpleDecoration: CustomShrink :: CustomShrink
- XMonad.Layout.SimpleDecoration: Simple :: Bool -> SimpleDecoration a
- XMonad.Layout.SimpleDecoration: Theme :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
- XMonad.Layout.SimpleDecoration: activeBorderColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: activeColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: activeTextColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: decoHeight :: Theme -> Dimension
- XMonad.Layout.SimpleDecoration: decoWidth :: Theme -> Dimension
- XMonad.Layout.SimpleDecoration: fontName :: Theme -> String
- XMonad.Layout.SimpleDecoration: inactiveBorderColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: inactiveColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: inactiveTextColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: urgentBorderColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: urgentColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: urgentTextColor :: Theme -> String
- XMonad.Layout.SimpleDecoration: windowTitleAddons :: Theme -> [(String, Align)]
- XMonad.Layout.SimpleDecoration: windowTitleIcons :: Theme -> [([[Bool]], Placement)]
- XMonad.Layout.SimpleFloat: CustomShrink :: CustomShrink
- XMonad.Layout.SimpleFloat: SF :: Dimension -> SimpleFloat a
- XMonad.Layout.SimpleFloat: Simple :: Bool -> SimpleDecoration a
- XMonad.Layout.Simplest: Simplest :: Simplest a
- XMonad.Layout.Spiral: CCW :: Rotation
- XMonad.Layout.Spiral: CW :: Rotation
- XMonad.Layout.Spiral: East :: Direction
- XMonad.Layout.Spiral: North :: Direction
- XMonad.Layout.Spiral: South :: Direction
- XMonad.Layout.Spiral: West :: Direction
- XMonad.Layout.Square: Square :: Square a
- XMonad.Layout.StackTile: StackTile :: !Int -> !Rational -> !Rational -> StackTile a
- XMonad.Layout.SubLayouts: Broadcast :: SomeMessage -> Broadcast
- XMonad.Layout.SubLayouts: Merge :: a -> a -> GroupMsg a
- XMonad.Layout.SubLayouts: MergeAll :: a -> GroupMsg a
- XMonad.Layout.SubLayouts: Migrate :: a -> a -> GroupMsg a
- XMonad.Layout.SubLayouts: SubMessage :: SomeMessage -> a -> GroupMsg a
- XMonad.Layout.SubLayouts: UnMerge :: a -> GroupMsg a
- XMonad.Layout.SubLayouts: UnMergeAll :: a -> GroupMsg a
- XMonad.Layout.SubLayouts: WithGroup :: (Stack a -> X (Stack a)) -> a -> GroupMsg a
- XMonad.Layout.SubLayouts: instance Typeable Broadcast
- XMonad.Layout.SubLayouts: instance Typeable1 GroupMsg
- XMonad.Layout.TabBarDecoration: Bottom :: XPPosition
- XMonad.Layout.TabBarDecoration: TabBar :: XPPosition -> TabBarDecoration a
- XMonad.Layout.TabBarDecoration: Top :: XPPosition
- XMonad.Layout.Tabbed: CustomShrink :: CustomShrink
- XMonad.Layout.Tabbed: Tabbed :: TabbarLocation -> TabbarShown -> TabbedDecoration a
- XMonad.Layout.Tabbed: Theme :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
- XMonad.Layout.Tabbed: activeBorderColor :: Theme -> String
- XMonad.Layout.Tabbed: activeColor :: Theme -> String
- XMonad.Layout.Tabbed: activeTextColor :: Theme -> String
- XMonad.Layout.Tabbed: decoHeight :: Theme -> Dimension
- XMonad.Layout.Tabbed: decoWidth :: Theme -> Dimension
- XMonad.Layout.Tabbed: fontName :: Theme -> String
- XMonad.Layout.Tabbed: inactiveBorderColor :: Theme -> String
- XMonad.Layout.Tabbed: inactiveColor :: Theme -> String
- XMonad.Layout.Tabbed: inactiveTextColor :: Theme -> String
- XMonad.Layout.Tabbed: urgentBorderColor :: Theme -> String
- XMonad.Layout.Tabbed: urgentColor :: Theme -> String
- XMonad.Layout.Tabbed: urgentTextColor :: Theme -> String
- XMonad.Layout.Tabbed: windowTitleAddons :: Theme -> [(String, Align)]
- XMonad.Layout.Tabbed: windowTitleIcons :: Theme -> [([[Bool]], Placement)]
- XMonad.Layout.ThreeColumns: ThreeCol :: !Int -> !Rational -> !Rational -> ThreeCol a
- XMonad.Layout.ThreeColumns: ThreeColMid :: !Int -> !Rational -> !Rational -> ThreeCol a
- XMonad.Layout.ThreeColumns: threeColDelta :: ThreeCol a -> !Rational
- XMonad.Layout.ThreeColumns: threeColFrac :: ThreeCol a -> !Rational
- XMonad.Layout.ThreeColumns: threeColNMaster :: ThreeCol a -> !Int
- XMonad.Layout.ToggleLayouts: Toggle :: String -> ToggleLayout
- XMonad.Layout.ToggleLayouts: ToggleLayout :: ToggleLayout
- XMonad.Layout.ToggleLayouts: instance Typeable ToggleLayout
- XMonad.Layout.TwoPane: TwoPane :: Rational -> Rational -> TwoPane a
- XMonad.Layout.WindowArranger: Arrange :: WindowArrangerMsg
- XMonad.Layout.WindowArranger: DeArrange :: WindowArrangerMsg
- XMonad.Layout.WindowArranger: DecreaseDown :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: DecreaseLeft :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: DecreaseRight :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: DecreaseUp :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: IncreaseDown :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: IncreaseLeft :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: IncreaseRight :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: IncreaseUp :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: MoveDown :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: MoveLeft :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: MoveRight :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: MoveUp :: Int -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: SetGeometry :: Rectangle -> WindowArrangerMsg
- XMonad.Layout.WindowArranger: instance Typeable WindowArrangerMsg
- XMonad.Layout.WindowNavigation: Apply :: (Window -> X ()) -> Direction2D -> Navigate
- XMonad.Layout.WindowNavigation: D :: Direction2D
- XMonad.Layout.WindowNavigation: Go :: Direction2D -> Navigate
- XMonad.Layout.WindowNavigation: L :: Direction2D
- XMonad.Layout.WindowNavigation: Move :: Direction2D -> Navigate
- XMonad.Layout.WindowNavigation: MoveWindowToWindow :: a -> a -> MoveWindowToWindow a
- XMonad.Layout.WindowNavigation: R :: Direction2D
- XMonad.Layout.WindowNavigation: Swap :: Direction2D -> Navigate
- XMonad.Layout.WindowNavigation: U :: Direction2D
- XMonad.Layout.WindowNavigation: instance Typeable Navigate
- XMonad.Layout.WindowNavigation: instance Typeable1 MoveWindowToWindow
- XMonad.Layout.WorkspaceDir: instance Typeable Chdir
- XMonad.Layout.ZoomRow: ClassEQ :: ClassEQ a
- XMonad.Layout.ZoomRow: Zoom :: Rational -> ZoomMessage
- XMonad.Layout.ZoomRow: ZoomFull :: Bool -> ZoomMessage
- XMonad.Layout.ZoomRow: ZoomFullToggle :: ZoomMessage
- XMonad.Layout.ZoomRow: ZoomTo :: Rational -> ZoomMessage
- XMonad.Layout.ZoomRow: instance Typeable ZoomMessage
- XMonad.Prompt: Bottom :: XPPosition
- XMonad.Prompt: Next :: Direction1D
- XMonad.Prompt: Prev :: Direction1D
- XMonad.Prompt: Top :: XPPosition
- XMonad.Prompt: XPC :: String -> String -> String -> String -> String -> String -> !Dimension -> XPPosition -> !Bool -> !Dimension -> !Int -> ([String] -> [String]) -> Map (KeyMask, KeySym) (XP ()) -> KeySym -> KeySym -> String -> Maybe Int -> Bool -> (String -> String -> Bool) -> XPConfig
- XMonad.Prompt: XPT :: p -> XPType
- XMonad.Prompt: alwaysHighlight :: XPConfig -> !Bool
- XMonad.Prompt: autoComplete :: XPConfig -> Maybe Int
- XMonad.Prompt: bgColor :: XPConfig -> String
- XMonad.Prompt: bgHLight :: XPConfig -> String
- XMonad.Prompt: borderColor :: XPConfig -> String
- XMonad.Prompt: changeModeKey :: XPConfig -> KeySym
- XMonad.Prompt: completionKey :: XPConfig -> KeySym
- XMonad.Prompt: defaultText :: XPConfig -> String
- XMonad.Prompt: fgColor :: XPConfig -> String
- XMonad.Prompt: fgHLight :: XPConfig -> String
- XMonad.Prompt: font :: XPConfig -> String
- XMonad.Prompt: height :: XPConfig -> !Dimension
- XMonad.Prompt: historyFilter :: XPConfig -> [String] -> [String]
- XMonad.Prompt: historySize :: XPConfig -> !Int
- XMonad.Prompt: position :: XPConfig -> XPPosition
- XMonad.Prompt: promptBorderWidth :: XPConfig -> !Dimension
- XMonad.Prompt: promptKeymap :: XPConfig -> Map (KeyMask, KeySym) (XP ())
- XMonad.Prompt: searchPredicate :: XPConfig -> String -> String -> Bool
- XMonad.Prompt: showCompletionOnTab :: XPConfig -> Bool
- XMonad.Prompt.Shell: Shell :: Shell
- XMonad.Prompt.Workspace: Wor :: String -> Wor
- XMonad.Util.Font: AlignCenter :: Align
- XMonad.Util.Font: AlignLeft :: Align
- XMonad.Util.Font: AlignRight :: Align
- XMonad.Util.Font: AlignRightOffset :: Int -> Align
- XMonad.Util.Font: Core :: FontStruct -> XMonadFont
- XMonad.Util.Font: Utf8 :: FontSet -> XMonadFont
- XMonad.Util.Font: Xft :: XftFont -> XMonadFont
- XMonad.Util.Image: CenterLeft :: Int -> Placement
- XMonad.Util.Image: CenterRight :: Int -> Placement
- XMonad.Util.Image: OffsetLeft :: Int -> Int -> Placement
- XMonad.Util.Image: OffsetRight :: Int -> Int -> Placement
- XMonad.Util.Invisible: I :: (m a) -> Invisible m a
- XMonad.Util.NamedActions: NamedAction :: a -> NamedAction
- XMonad.Util.NamedScratchpad: NS :: String -> String -> Query Bool -> ManageHook -> NamedScratchpad
- XMonad.Util.NamedScratchpad: cmd :: NamedScratchpad -> String
- XMonad.Util.NamedScratchpad: hook :: NamedScratchpad -> ManageHook
- XMonad.Util.NamedScratchpad: name :: NamedScratchpad -> String
- XMonad.Util.NamedScratchpad: query :: NamedScratchpad -> Query Bool
- XMonad.Util.PositionStore: instance Typeable PosStoreRectangle
- XMonad.Util.PositionStore: instance Typeable PositionStore
- XMonad.Util.SpawnOnce: instance Typeable SpawnOnce
- XMonad.Util.Themes: TI :: String -> String -> String -> Theme -> ThemeInfo
- XMonad.Util.Themes: theme :: ThemeInfo -> Theme
- XMonad.Util.Themes: themeAuthor :: ThemeInfo -> String
- XMonad.Util.Themes: themeDescription :: ThemeInfo -> String
- XMonad.Util.Themes: themeName :: ThemeInfo -> String
- XMonad.Util.Types: D :: Direction2D
- XMonad.Util.Types: L :: Direction2D
- XMonad.Util.Types: Next :: Direction1D
- XMonad.Util.Types: Prev :: Direction1D
- XMonad.Util.Types: R :: Direction2D
- XMonad.Util.Types: U :: Direction2D
- XMonad.Util.Types: instance Typeable Direction1D
- XMonad.Util.Types: instance Typeable Direction2D
- XMonad.Util.WindowProperties: And :: Property -> Property -> Property
- XMonad.Util.WindowProperties: ClassName :: String -> Property
- XMonad.Util.WindowProperties: Const :: Bool -> Property
- XMonad.Util.WindowProperties: Machine :: String -> Property
- XMonad.Util.WindowProperties: Not :: Property -> Property
- XMonad.Util.WindowProperties: Or :: Property -> Property -> Property
- XMonad.Util.WindowProperties: Resource :: String -> Property
- XMonad.Util.WindowProperties: Role :: String -> Property
- XMonad.Util.WindowProperties: Title :: String -> Property
+ XMonad.Actions.CycleWS: [AnyWS] :: WSType
+ XMonad.Actions.CycleWS: [EmptyWS] :: WSType
+ XMonad.Actions.CycleWS: [HiddenNonEmptyWS] :: WSType
+ XMonad.Actions.CycleWS: [HiddenWS] :: WSType
+ XMonad.Actions.CycleWS: [Next] :: Direction1D
+ XMonad.Actions.CycleWS: [NonEmptyWS] :: WSType
+ XMonad.Actions.CycleWS: [Prev] :: Direction1D
+ XMonad.Actions.CycleWS: [WSIs] :: (X (WindowSpace -> Bool)) -> WSType
+ XMonad.Actions.CycleWS: [WSTagGroup] :: Char -> WSType
+ XMonad.Actions.FloatSnap: [D] :: Direction2D
+ XMonad.Actions.FloatSnap: [L] :: Direction2D
+ XMonad.Actions.FloatSnap: [R] :: Direction2D
+ XMonad.Actions.FloatSnap: [U] :: Direction2D
+ XMonad.Actions.GridSelect: [GSConfig] :: Integer -> Integer -> Integer -> (a -> Bool -> X (String, String)) -> String -> TwoD a (Maybe a) -> Double -> Double -> GSConfig a
+ XMonad.Actions.GridSelect: [gs_cellheight] :: GSConfig a -> Integer
+ XMonad.Actions.GridSelect: [gs_cellpadding] :: GSConfig a -> Integer
+ XMonad.Actions.GridSelect: [gs_cellwidth] :: GSConfig a -> Integer
+ XMonad.Actions.GridSelect: [gs_colorizer] :: GSConfig a -> a -> Bool -> X (String, String)
+ XMonad.Actions.GridSelect: [gs_font] :: GSConfig a -> String
+ XMonad.Actions.GridSelect: [gs_navigate] :: GSConfig a -> TwoD a (Maybe a)
+ XMonad.Actions.GridSelect: [gs_originFractX] :: GSConfig a -> Double
+ XMonad.Actions.GridSelect: [gs_originFractY] :: GSConfig a -> Double
+ XMonad.Actions.GroupNavigation: [Backward] :: Direction
+ XMonad.Actions.GroupNavigation: [Forward] :: Direction
+ XMonad.Actions.GroupNavigation: [History] :: Direction
+ XMonad.Actions.KeyRemap: [KeymapTable] :: [((KeyMask, KeySym), (KeyMask, KeySym))] -> KeymapTable
+ XMonad.Actions.Launcher: [LauncherConfig] :: String -> String -> LauncherConfig
+ XMonad.Actions.Launcher: [browser] :: LauncherConfig -> String
+ XMonad.Actions.Launcher: [pathToHoogle] :: LauncherConfig -> String
+ XMonad.Actions.MouseGestures: [D] :: Direction2D
+ XMonad.Actions.MouseGestures: [L] :: Direction2D
+ XMonad.Actions.MouseGestures: [R] :: Direction2D
+ XMonad.Actions.MouseGestures: [U] :: Direction2D
+ XMonad.Actions.MouseResize: [MR] :: [((a, Rectangle), Maybe a)] -> MouseResize a
+ XMonad.Actions.Navigation2D: [D] :: Direction2D
+ XMonad.Actions.Navigation2D: [L] :: Direction2D
+ XMonad.Actions.Navigation2D: [Navigation2DConfig] :: Navigation2D -> Navigation2D -> Navigation2D -> [(String, Navigation2D)] -> [(String, Screen -> Window -> X (Maybe Rectangle))] -> Navigation2DConfig
+ XMonad.Actions.Navigation2D: [R] :: Direction2D
+ XMonad.Actions.Navigation2D: [U] :: Direction2D
+ XMonad.Actions.Navigation2D: [defaultTiledNavigation] :: Navigation2DConfig -> Navigation2D
+ XMonad.Actions.Navigation2D: [floatNavigation] :: Navigation2DConfig -> Navigation2D
+ XMonad.Actions.Navigation2D: [layoutNavigation] :: Navigation2DConfig -> [(String, Navigation2D)]
+ XMonad.Actions.Navigation2D: [screenNavigation] :: Navigation2DConfig -> Navigation2D
+ XMonad.Actions.Navigation2D: [unmappedWindowRect] :: Navigation2DConfig -> [(String, Screen -> Window -> X (Maybe Rectangle))]
+ XMonad.Actions.OnScreen: [FocusCurrent] :: Focus
+ XMonad.Actions.OnScreen: [FocusNew] :: Focus
+ XMonad.Actions.OnScreen: [FocusTagVisible] :: WorkspaceId -> Focus
+ XMonad.Actions.OnScreen: [FocusTag] :: WorkspaceId -> Focus
+ XMonad.Actions.PhysicalScreens: [P] :: Int -> PhysicalScreen
+ XMonad.Actions.Plane: [Circular] :: Limits
+ XMonad.Actions.Plane: [Finite] :: Limits
+ XMonad.Actions.Plane: [GConf] :: Lines
+ XMonad.Actions.Plane: [Linear] :: Limits
+ XMonad.Actions.Plane: [Lines] :: Int -> Lines
+ XMonad.Actions.Plane: [ToDown] :: Direction
+ XMonad.Actions.Plane: [ToLeft] :: Direction
+ XMonad.Actions.Plane: [ToRight] :: Direction
+ XMonad.Actions.Plane: [ToUp] :: Direction
+ XMonad.Actions.RandomBackground: [HSV] :: Double -> Double -> RandomColor
+ XMonad.Actions.RandomBackground: [RGB] :: Int -> Int -> RandomColor
+ XMonad.Actions.Search: [SearchEngine] :: Name -> Site -> SearchEngine
+ XMonad.Actions.ShowText: [STC] :: String -> String -> String -> ShowTextConfig
+ XMonad.Actions.ShowText: [st_bg] :: ShowTextConfig -> String
+ XMonad.Actions.ShowText: [st_fg] :: ShowTextConfig -> String
+ XMonad.Actions.ShowText: [st_font] :: ShowTextConfig -> String
+ XMonad.Actions.SwapWorkspaces: [Next] :: Direction1D
+ XMonad.Actions.SwapWorkspaces: [Prev] :: Direction1D
+ XMonad.Actions.TopicSpace: [TopicConfig] :: Map Topic Dir -> Map Topic (X ()) -> (Topic -> X ()) -> Topic -> Int -> TopicConfig
+ XMonad.Actions.TopicSpace: [defaultTopicAction] :: TopicConfig -> Topic -> X ()
+ XMonad.Actions.TopicSpace: [defaultTopic] :: TopicConfig -> Topic
+ XMonad.Actions.TopicSpace: [maxTopicHistory] :: TopicConfig -> Int
+ XMonad.Actions.TopicSpace: [topicActions] :: TopicConfig -> Map Topic (X ())
+ XMonad.Actions.TopicSpace: [topicDirs] :: TopicConfig -> Map Topic Dir
+ XMonad.Actions.UpdatePointer: [Nearest] :: PointerPosition
+ XMonad.Actions.UpdatePointer: [Relative] :: Rational -> Rational -> PointerPosition
+ XMonad.Actions.UpdatePointer: [TowardsCentre] :: Rational -> Rational -> PointerPosition
+ XMonad.Actions.Warp: [LowerLeft] :: Corner
+ XMonad.Actions.Warp: [LowerRight] :: Corner
+ XMonad.Actions.Warp: [UpperLeft] :: Corner
+ XMonad.Actions.Warp: [UpperRight] :: Corner
+ XMonad.Actions.WindowNavigation: [D] :: Direction2D
+ XMonad.Actions.WindowNavigation: [L] :: Direction2D
+ XMonad.Actions.WindowNavigation: [R] :: Direction2D
+ XMonad.Actions.WindowNavigation: [U] :: Direction2D
+ XMonad.Actions.WindowNavigation: [WNGo] :: Direction2D -> WNAction
+ XMonad.Actions.WindowNavigation: [WNSwap] :: Direction2D -> WNAction
+ XMonad.Actions.Workscreen: [Workscreen] :: Int -> [WorkspaceId] -> Workscreen
+ XMonad.Actions.Workscreen: [workscreenId] :: Workscreen -> Int
+ XMonad.Actions.Workscreen: [workspaces] :: Workscreen -> [WorkspaceId]
+ XMonad.Hooks.DebugEvents: instance Applicative Decoder
+ XMonad.Hooks.DynamicLog: [PP] :: (WorkspaceId -> String) -> (WorkspaceId -> String) -> (WorkspaceId -> String) -> (WorkspaceId -> String) -> (WorkspaceId -> String) -> String -> String -> (String -> String) -> (String -> String) -> (String -> String) -> ([String] -> [String]) -> X ([WindowSpace] -> [WindowSpace]) -> [X (Maybe String)] -> (String -> IO ()) -> PP
+ XMonad.Hooks.DynamicLog: [ppCurrent] :: PP -> WorkspaceId -> String
+ XMonad.Hooks.DynamicLog: [ppExtras] :: PP -> [X (Maybe String)]
+ XMonad.Hooks.DynamicLog: [ppHiddenNoWindows] :: PP -> WorkspaceId -> String
+ XMonad.Hooks.DynamicLog: [ppHidden] :: PP -> WorkspaceId -> String
+ XMonad.Hooks.DynamicLog: [ppLayout] :: PP -> String -> String
+ XMonad.Hooks.DynamicLog: [ppOrder] :: PP -> [String] -> [String]
+ XMonad.Hooks.DynamicLog: [ppOutput] :: PP -> String -> IO ()
+ XMonad.Hooks.DynamicLog: [ppSep] :: PP -> String
+ XMonad.Hooks.DynamicLog: [ppSort] :: PP -> X ([WindowSpace] -> [WindowSpace])
+ XMonad.Hooks.DynamicLog: [ppTitleSanitize] :: PP -> String -> String
+ XMonad.Hooks.DynamicLog: [ppTitle] :: PP -> String -> String
+ XMonad.Hooks.DynamicLog: [ppUrgent] :: PP -> WorkspaceId -> String
+ XMonad.Hooks.DynamicLog: [ppVisible] :: PP -> WorkspaceId -> String
+ XMonad.Hooks.DynamicLog: [ppWsSep] :: PP -> String
+ XMonad.Hooks.InsertPosition: [Above] :: Position
+ XMonad.Hooks.InsertPosition: [Below] :: Position
+ XMonad.Hooks.InsertPosition: [End] :: Position
+ XMonad.Hooks.InsertPosition: [Master] :: Position
+ XMonad.Hooks.InsertPosition: [Newer] :: Focus
+ XMonad.Hooks.InsertPosition: [Older] :: Focus
+ XMonad.Hooks.ManageDocks: [SetStruts] :: [Direction2D] -> [Direction2D] -> SetStruts
+ XMonad.Hooks.ManageDocks: [ToggleStrut] :: Direction2D -> ToggleStruts
+ XMonad.Hooks.ManageDocks: [ToggleStruts] :: ToggleStruts
+ XMonad.Hooks.ManageDocks: [addedStruts] :: SetStruts -> [Direction2D]
+ XMonad.Hooks.ManageDocks: [removedStruts] :: SetStruts -> [Direction2D]
+ XMonad.Hooks.ManageHelpers: [CE] :: Side
+ XMonad.Hooks.ManageHelpers: [CW] :: Side
+ XMonad.Hooks.ManageHelpers: [C] :: Side
+ XMonad.Hooks.ManageHelpers: [NC] :: Side
+ XMonad.Hooks.ManageHelpers: [NE] :: Side
+ XMonad.Hooks.ManageHelpers: [NW] :: Side
+ XMonad.Hooks.ManageHelpers: [SC] :: Side
+ XMonad.Hooks.ManageHelpers: [SE] :: Side
+ XMonad.Hooks.ManageHelpers: [SW] :: Side
+ XMonad.Hooks.RestoreMinimized: [RestoreMinimized] :: RestoreMinimized
+ XMonad.Hooks.ScreenCorners: [SCLowerLeft] :: ScreenCorner
+ XMonad.Hooks.ScreenCorners: [SCLowerRight] :: ScreenCorner
+ XMonad.Hooks.ScreenCorners: [SCUpperLeft] :: ScreenCorner
+ XMonad.Hooks.ScreenCorners: [SCUpperRight] :: ScreenCorner
+ XMonad.Hooks.ServerMode: [ServerMode] :: ServerMode
+ XMonad.Hooks.UrgencyHook: [BorderUrgencyHook] :: !String -> BorderUrgencyHook
+ XMonad.Hooks.UrgencyHook: [Dont] :: RemindWhen
+ XMonad.Hooks.UrgencyHook: [DzenUrgencyHook] :: Int -> [String] -> DzenUrgencyHook
+ XMonad.Hooks.UrgencyHook: [Every] :: Interval -> RemindWhen
+ XMonad.Hooks.UrgencyHook: [FocusHook] :: FocusHook
+ XMonad.Hooks.UrgencyHook: [Focused] :: SuppressWhen
+ XMonad.Hooks.UrgencyHook: [Never] :: SuppressWhen
+ XMonad.Hooks.UrgencyHook: [NoUrgencyHook] :: NoUrgencyHook
+ XMonad.Hooks.UrgencyHook: [OnScreen] :: SuppressWhen
+ XMonad.Hooks.UrgencyHook: [Repeatedly] :: Int -> Interval -> RemindWhen
+ XMonad.Hooks.UrgencyHook: [SpawnUrgencyHook] :: String -> SpawnUrgencyHook
+ XMonad.Hooks.UrgencyHook: [StdoutUrgencyHook] :: StdoutUrgencyHook
+ XMonad.Hooks.UrgencyHook: [UrgencyConfig] :: SuppressWhen -> RemindWhen -> UrgencyConfig
+ XMonad.Hooks.UrgencyHook: [Visible] :: SuppressWhen
+ XMonad.Hooks.UrgencyHook: [args] :: DzenUrgencyHook -> [String]
+ XMonad.Hooks.UrgencyHook: [duration] :: DzenUrgencyHook -> Int
+ XMonad.Hooks.UrgencyHook: [remindWhen] :: UrgencyConfig -> RemindWhen
+ XMonad.Hooks.UrgencyHook: [suppressWhen] :: UrgencyConfig -> SuppressWhen
+ XMonad.Hooks.UrgencyHook: [urgencyBorderColor] :: BorderUrgencyHook -> !String
+ XMonad.Layout.Accordion: [Accordion] :: Accordion a
+ XMonad.Layout.BorderResize: [BR] :: (Map Window RectWithBorders) -> BorderResize a
+ XMonad.Layout.BoringWindows: [Merge] :: String -> [Window] -> BoringMessage
+ XMonad.Layout.BoringWindows: [Replace] :: String -> [Window] -> BoringMessage
+ XMonad.Layout.BoringWindows: [UpdateBoring] :: UpdateBoring
+ XMonad.Layout.Circle: [Circle] :: Circle a
+ XMonad.Layout.Column: [Column] :: Float -> Column a
+ XMonad.Layout.ComboP: [And] :: Property -> Property -> Property
+ XMonad.Layout.ComboP: [ClassName] :: String -> Property
+ XMonad.Layout.ComboP: [Const] :: Bool -> Property
+ XMonad.Layout.ComboP: [Machine] :: String -> Property
+ XMonad.Layout.ComboP: [Not] :: Property -> Property
+ XMonad.Layout.ComboP: [Or] :: Property -> Property -> Property
+ XMonad.Layout.ComboP: [Resource] :: String -> Property
+ XMonad.Layout.ComboP: [Role] :: String -> Property
+ XMonad.Layout.ComboP: [SwapWindowN] :: Int -> SwapWindow
+ XMonad.Layout.ComboP: [SwapWindow] :: SwapWindow
+ XMonad.Layout.ComboP: [Title] :: String -> Property
+ XMonad.Layout.Cross: [Cross] :: !Rational -> !Rational -> Cross a
+ XMonad.Layout.Cross: [crossInc] :: Cross a -> !Rational
+ XMonad.Layout.Cross: [crossProp] :: Cross a -> !Rational
+ XMonad.Layout.Decoration: [CustomShrink] :: CustomShrink
+ XMonad.Layout.Decoration: [DefaultDecoration] :: DefaultDecoration a
+ XMonad.Layout.Decoration: [SetTheme] :: Theme -> DecorationMsg
+ XMonad.Layout.Decoration: [Theme] :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
+ XMonad.Layout.Decoration: [activeBorderColor] :: Theme -> String
+ XMonad.Layout.Decoration: [activeColor] :: Theme -> String
+ XMonad.Layout.Decoration: [activeTextColor] :: Theme -> String
+ XMonad.Layout.Decoration: [decoHeight] :: Theme -> Dimension
+ XMonad.Layout.Decoration: [decoWidth] :: Theme -> Dimension
+ XMonad.Layout.Decoration: [fontName] :: Theme -> String
+ XMonad.Layout.Decoration: [inactiveBorderColor] :: Theme -> String
+ XMonad.Layout.Decoration: [inactiveColor] :: Theme -> String
+ XMonad.Layout.Decoration: [inactiveTextColor] :: Theme -> String
+ XMonad.Layout.Decoration: [urgentBorderColor] :: Theme -> String
+ XMonad.Layout.Decoration: [urgentColor] :: Theme -> String
+ XMonad.Layout.Decoration: [urgentTextColor] :: Theme -> String
+ XMonad.Layout.Decoration: [windowTitleAddons] :: Theme -> [(String, Align)]
+ XMonad.Layout.Decoration: [windowTitleIcons] :: Theme -> [([[Bool]], Placement)]
+ XMonad.Layout.Dishes: [Dishes] :: Int -> Rational -> Dishes a
+ XMonad.Layout.DragPane: [Horizontal] :: DragType
+ XMonad.Layout.DragPane: [Vertical] :: DragType
+ XMonad.Layout.DraggingVisualizer: [DraggingStopped] :: DraggingVisualizerMsg
+ XMonad.Layout.DraggingVisualizer: [DraggingWindow] :: Window -> Rectangle -> DraggingVisualizerMsg
+ XMonad.Layout.DwmStyle: [CustomShrink] :: CustomShrink
+ XMonad.Layout.DwmStyle: [Dwm] :: DwmStyle a
+ XMonad.Layout.DwmStyle: [Theme] :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
+ XMonad.Layout.DwmStyle: [activeBorderColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [activeColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [activeTextColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [decoHeight] :: Theme -> Dimension
+ XMonad.Layout.DwmStyle: [decoWidth] :: Theme -> Dimension
+ XMonad.Layout.DwmStyle: [fontName] :: Theme -> String
+ XMonad.Layout.DwmStyle: [inactiveBorderColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [inactiveColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [inactiveTextColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [urgentBorderColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [urgentColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [urgentTextColor] :: Theme -> String
+ XMonad.Layout.DwmStyle: [windowTitleAddons] :: Theme -> [(String, Align)]
+ XMonad.Layout.DwmStyle: [windowTitleIcons] :: Theme -> [([[Bool]], Placement)]
+ XMonad.Layout.FixedColumn: [FixedColumn] :: !Int -> !Int -> !Int -> !Int -> FixedColumn a
+ XMonad.Layout.Fullscreen: [AddFullscreen] :: Window -> FullscreenMessage
+ XMonad.Layout.Fullscreen: [FullscreenChanged] :: FullscreenMessage
+ XMonad.Layout.Fullscreen: [RemoveFullscreen] :: Window -> FullscreenMessage
+ XMonad.Layout.Gaps: [D] :: Direction2D
+ XMonad.Layout.Gaps: [DecGap] :: !Int -> !Direction2D -> GapMessage
+ XMonad.Layout.Gaps: [IncGap] :: !Int -> !Direction2D -> GapMessage
+ XMonad.Layout.Gaps: [L] :: Direction2D
+ XMonad.Layout.Gaps: [R] :: Direction2D
+ XMonad.Layout.Gaps: [ToggleGap] :: !Direction2D -> GapMessage
+ XMonad.Layout.Gaps: [ToggleGaps] :: GapMessage
+ XMonad.Layout.Gaps: [U] :: Direction2D
+ XMonad.Layout.Grid: [GridRatio] :: Double -> Grid a
+ XMonad.Layout.Grid: [Grid] :: Grid a
+ XMonad.Layout.GridVariants: [B] :: Orientation
+ XMonad.Layout.GridVariants: [ChangeGridAspect] :: !Rational -> ChangeGridGeom
+ XMonad.Layout.GridVariants: [Grid] :: !Rational -> Grid a
+ XMonad.Layout.GridVariants: [IncMasterCols] :: !Int -> ChangeMasterGridGeom
+ XMonad.Layout.GridVariants: [IncMasterRows] :: !Int -> ChangeMasterGridGeom
+ XMonad.Layout.GridVariants: [L] :: Orientation
+ XMonad.Layout.GridVariants: [R] :: Orientation
+ XMonad.Layout.GridVariants: [SetGridAspect] :: !Rational -> ChangeGridGeom
+ XMonad.Layout.GridVariants: [SetMasterCols] :: !Int -> ChangeMasterGridGeom
+ XMonad.Layout.GridVariants: [SetMasterFraction] :: !Rational -> ChangeMasterGridGeom
+ XMonad.Layout.GridVariants: [SetMasterRows] :: !Int -> ChangeMasterGridGeom
+ XMonad.Layout.GridVariants: [SplitGrid] :: Orientation -> !Int -> !Int -> !Rational -> !Rational -> !Rational -> SplitGrid a
+ XMonad.Layout.GridVariants: [T] :: Orientation
+ XMonad.Layout.GridVariants: [TallGrid] :: !Int -> !Int -> !Rational -> !Rational -> !Rational -> TallGrid a
+ XMonad.Layout.Groups: [G] :: WithID l a -> Zipper a -> Group l a
+ XMonad.Layout.Groups: [Modify] :: ModifySpec -> GroupsMessage
+ XMonad.Layout.Groups: [Refocus] :: GroupsMessage
+ XMonad.Layout.Groups: [ToAll] :: SomeMessage -> GroupsMessage
+ XMonad.Layout.Groups: [ToEnclosing] :: SomeMessage -> GroupsMessage
+ XMonad.Layout.Groups: [ToFocused] :: SomeMessage -> GroupsMessage
+ XMonad.Layout.Groups: [ToGroup] :: Int -> SomeMessage -> GroupsMessage
+ XMonad.Layout.Groups: [gLayout] :: Group l a -> WithID l a
+ XMonad.Layout.Groups: [gZipper] :: Group l a -> Zipper a
+ XMonad.Layout.Groups.Examples: [GroupEQ] :: GroupEQ a
+ XMonad.Layout.Groups.Examples: [TTC] :: Int -> Rational -> Rational -> Int -> Rational -> Rational -> s -> Theme -> TiledTabsConfig s
+ XMonad.Layout.Groups.Examples: [hIncrement] :: TiledTabsConfig s -> Rational
+ XMonad.Layout.Groups.Examples: [hNMaster] :: TiledTabsConfig s -> Int
+ XMonad.Layout.Groups.Examples: [hRatio] :: TiledTabsConfig s -> Rational
+ XMonad.Layout.Groups.Examples: [tabsShrinker] :: TiledTabsConfig s -> s
+ XMonad.Layout.Groups.Examples: [tabsTheme] :: TiledTabsConfig s -> Theme
+ XMonad.Layout.Groups.Examples: [vIncrement] :: TiledTabsConfig s -> Rational
+ XMonad.Layout.Groups.Examples: [vNMaster] :: TiledTabsConfig s -> Int
+ XMonad.Layout.Groups.Examples: [vRatio] :: TiledTabsConfig s -> Rational
+ XMonad.Layout.HintedGrid: [GridRatio] :: Double -> Bool -> Grid a
+ XMonad.Layout.HintedGrid: [Grid] :: Bool -> Grid a
+ XMonad.Layout.HintedTile: [BottomRight] :: Alignment
+ XMonad.Layout.HintedTile: [Center] :: Alignment
+ XMonad.Layout.HintedTile: [HintedTile] :: !Int -> !Rational -> !Rational -> !Alignment -> !Orientation -> HintedTile a
+ XMonad.Layout.HintedTile: [Tall] :: Orientation
+ XMonad.Layout.HintedTile: [TopLeft] :: Alignment
+ XMonad.Layout.HintedTile: [Wide] :: Orientation
+ XMonad.Layout.HintedTile: [alignment] :: HintedTile a -> !Alignment
+ XMonad.Layout.HintedTile: [delta] :: HintedTile a -> !Rational
+ XMonad.Layout.HintedTile: [frac] :: HintedTile a -> !Rational
+ XMonad.Layout.HintedTile: [nmaster] :: HintedTile a -> !Int
+ XMonad.Layout.HintedTile: [orientation] :: HintedTile a -> !Orientation
+ XMonad.Layout.IM: [And] :: Property -> Property -> Property
+ XMonad.Layout.IM: [ClassName] :: String -> Property
+ XMonad.Layout.IM: [Const] :: Bool -> Property
+ XMonad.Layout.IM: [IM] :: Rational -> Property -> IM a
+ XMonad.Layout.IM: [Machine] :: String -> Property
+ XMonad.Layout.IM: [Not] :: Property -> Property
+ XMonad.Layout.IM: [Or] :: Property -> Property -> Property
+ XMonad.Layout.IM: [Resource] :: String -> Property
+ XMonad.Layout.IM: [Role] :: String -> Property
+ XMonad.Layout.IM: [Title] :: String -> Property
+ XMonad.Layout.LayoutBuilder: [Abs] :: Int -> SubMeasure
+ XMonad.Layout.LayoutBuilder: [IncLayoutN] :: Int -> IncLayoutN
+ XMonad.Layout.LayoutBuilder: [Rel] :: Rational -> SubMeasure
+ XMonad.Layout.LayoutBuilder: [SubBox] :: SubMeasure -> SubMeasure -> SubMeasure -> SubMeasure -> SubBox
+ XMonad.Layout.LayoutBuilderP: [LayoutP] :: (Maybe a) -> (Maybe a) -> p -> SubBox -> (Maybe SubBox) -> (l1 a) -> (Maybe (l2 a)) -> LayoutP p l1 l2 a
+ XMonad.Layout.LayoutBuilderP: [Proxy] :: Proxy a
+ XMonad.Layout.LayoutCombinators: [JumpToLayout] :: String -> JumpToLayout
+ XMonad.Layout.LayoutCombinators: [NextLayoutNoWrap] :: JumpToLayout
+ XMonad.Layout.LayoutCombinators: [Wrap] :: JumpToLayout
+ XMonad.Layout.LayoutModifier: [ModifiedLayout] :: (m a) -> (l a) -> ModifiedLayout m l a
+ XMonad.Layout.Magnifier: [MagnifyLess] :: MagnifyMsg
+ XMonad.Layout.Magnifier: [MagnifyMore] :: MagnifyMsg
+ XMonad.Layout.Magnifier: [ToggleOff] :: MagnifyMsg
+ XMonad.Layout.Magnifier: [ToggleOn] :: MagnifyMsg
+ XMonad.Layout.Magnifier: [Toggle] :: MagnifyMsg
+ XMonad.Layout.MessageControl: [Escape] :: SomeMessage -> EscapedMessage
+ XMonad.Layout.Minimize: [RestoreMinimizedWin] :: Window -> MinimizeMsg
+ XMonad.Layout.Minimize: [RestoreNextMinimizedWin] :: MinimizeMsg
+ XMonad.Layout.Monitor: [And] :: Property -> Property -> Property
+ XMonad.Layout.Monitor: [ClassName] :: String -> Property
+ XMonad.Layout.Monitor: [Const] :: Bool -> Property
+ XMonad.Layout.Monitor: [HideMonitorNamed] :: String -> MonitorMessage
+ XMonad.Layout.Monitor: [HideMonitor] :: MonitorMessage
+ XMonad.Layout.Monitor: [Machine] :: String -> Property
+ XMonad.Layout.Monitor: [Monitor] :: Property -> Rectangle -> Bool -> String -> Bool -> Rational -> Monitor a
+ XMonad.Layout.Monitor: [Not] :: Property -> Property
+ XMonad.Layout.Monitor: [Or] :: Property -> Property -> Property
+ XMonad.Layout.Monitor: [Resource] :: String -> Property
+ XMonad.Layout.Monitor: [Role] :: String -> Property
+ XMonad.Layout.Monitor: [ShowMonitorNamed] :: String -> MonitorMessage
+ XMonad.Layout.Monitor: [ShowMonitor] :: MonitorMessage
+ XMonad.Layout.Monitor: [Title] :: String -> Property
+ XMonad.Layout.Monitor: [ToggleMonitorNamed] :: String -> MonitorMessage
+ XMonad.Layout.Monitor: [ToggleMonitor] :: MonitorMessage
+ XMonad.Layout.Monitor: [name] :: Monitor a -> String
+ XMonad.Layout.Monitor: [opacity] :: Monitor a -> Rational
+ XMonad.Layout.Monitor: [persistent] :: Monitor a -> Bool
+ XMonad.Layout.Monitor: [prop] :: Monitor a -> Property
+ XMonad.Layout.Monitor: [rect] :: Monitor a -> Rectangle
+ XMonad.Layout.Monitor: [visible] :: Monitor a -> Bool
+ XMonad.Layout.Mosaic: [Reset] :: Aspect
+ XMonad.Layout.Mosaic: [SlopeMod] :: ([Rational] -> [Rational]) -> Aspect
+ XMonad.Layout.Mosaic: [Taller] :: Aspect
+ XMonad.Layout.Mosaic: [Wider] :: Aspect
+ XMonad.Layout.MosaicAlt: [MosaicAlt] :: Params -> MosaicAlt a
+ XMonad.Layout.MouseResizableTile: [BordersDragger] :: DraggerType
+ XMonad.Layout.MouseResizableTile: [ExpandSlave] :: MRTMessage
+ XMonad.Layout.MouseResizableTile: [FixedDragger] :: Dimension -> Dimension -> DraggerType
+ XMonad.Layout.MouseResizableTile: [ShrinkSlave] :: MRTMessage
+ XMonad.Layout.MouseResizableTile: [draggerWidth] :: DraggerType -> Dimension
+ XMonad.Layout.MouseResizableTile: [gapWidth] :: DraggerType -> Dimension
+ XMonad.Layout.MultiToggle: [EOT] :: EOT
+ XMonad.Layout.MultiToggle: [Toggle] :: t -> Toggle a
+ XMonad.Layout.MultiToggle.Instances: [FULL] :: StdTransformers
+ XMonad.Layout.MultiToggle.Instances: [MIRROR] :: StdTransformers
+ XMonad.Layout.MultiToggle.Instances: [NBFULL] :: StdTransformers
+ XMonad.Layout.MultiToggle.Instances: [NOBORDERS] :: StdTransformers
+ XMonad.Layout.MultiToggle.Instances: [SMARTBORDERS] :: StdTransformers
+ XMonad.Layout.NoBorders: [Combine] :: With -> Ambiguity -> Ambiguity -> Ambiguity
+ XMonad.Layout.NoBorders: [Difference] :: With
+ XMonad.Layout.NoBorders: [EmptyScreen] :: Ambiguity
+ XMonad.Layout.NoBorders: [Intersection] :: With
+ XMonad.Layout.NoBorders: [Never] :: Ambiguity
+ XMonad.Layout.NoBorders: [OnlyFloat] :: Ambiguity
+ XMonad.Layout.NoBorders: [OtherIndicated] :: Ambiguity
+ XMonad.Layout.NoBorders: [Screen] :: Ambiguity
+ XMonad.Layout.NoBorders: [Union] :: With
+ XMonad.Layout.OneBig: [OneBig] :: Float -> Float -> OneBig a
+ XMonad.Layout.Reflect: [REFLECTX] :: REFLECTX
+ XMonad.Layout.Reflect: [REFLECTY] :: REFLECTY
+ XMonad.Layout.Renamed: [AppendWords] :: String -> Rename a
+ XMonad.Layout.Renamed: [Append] :: String -> Rename a
+ XMonad.Layout.Renamed: [Chain] :: [Rename a] -> Rename a
+ XMonad.Layout.Renamed: [CutLeft] :: Int -> Rename a
+ XMonad.Layout.Renamed: [CutRight] :: Int -> Rename a
+ XMonad.Layout.Renamed: [CutWordsLeft] :: Int -> Rename a
+ XMonad.Layout.Renamed: [CutWordsRight] :: Int -> Rename a
+ XMonad.Layout.Renamed: [PrependWords] :: String -> Rename a
+ XMonad.Layout.Renamed: [Prepend] :: String -> Rename a
+ XMonad.Layout.Renamed: [Replace] :: String -> Rename a
+ XMonad.Layout.ResizableTile: [MirrorExpand] :: MirrorResize
+ XMonad.Layout.ResizableTile: [MirrorShrink] :: MirrorResize
+ XMonad.Layout.ResizableTile: [ResizableTall] :: Int -> Rational -> Rational -> [Rational] -> ResizableTall a
+ XMonad.Layout.ResizableTile: [_delta] :: ResizableTall a -> Rational
+ XMonad.Layout.ResizableTile: [_frac] :: ResizableTall a -> Rational
+ XMonad.Layout.ResizableTile: [_nmaster] :: ResizableTall a -> Int
+ XMonad.Layout.ResizableTile: [_slaves] :: ResizableTall a -> [Rational]
+ XMonad.Layout.ResizeScreen: [ResizeScreen] :: ResizeMode -> Int -> ResizeScreen a
+ XMonad.Layout.ResizeScreen: [WithNewScreen] :: Rectangle -> ResizeScreen a
+ XMonad.Layout.Roledex: [Roledex] :: Roledex a
+ XMonad.Layout.ShowWName: [SWNC] :: String -> String -> String -> Rational -> SWNConfig
+ XMonad.Layout.ShowWName: [swn_bgcolor] :: SWNConfig -> String
+ XMonad.Layout.ShowWName: [swn_color] :: SWNConfig -> String
+ XMonad.Layout.ShowWName: [swn_fade] :: SWNConfig -> Rational
+ XMonad.Layout.ShowWName: [swn_font] :: SWNConfig -> String
+ XMonad.Layout.SimpleDecoration: [CustomShrink] :: CustomShrink
+ XMonad.Layout.SimpleDecoration: [Simple] :: Bool -> SimpleDecoration a
+ XMonad.Layout.SimpleDecoration: [Theme] :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
+ XMonad.Layout.SimpleDecoration: [activeBorderColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [activeColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [activeTextColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [decoHeight] :: Theme -> Dimension
+ XMonad.Layout.SimpleDecoration: [decoWidth] :: Theme -> Dimension
+ XMonad.Layout.SimpleDecoration: [fontName] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [inactiveBorderColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [inactiveColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [inactiveTextColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [urgentBorderColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [urgentColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [urgentTextColor] :: Theme -> String
+ XMonad.Layout.SimpleDecoration: [windowTitleAddons] :: Theme -> [(String, Align)]
+ XMonad.Layout.SimpleDecoration: [windowTitleIcons] :: Theme -> [([[Bool]], Placement)]
+ XMonad.Layout.SimpleFloat: [CustomShrink] :: CustomShrink
+ XMonad.Layout.SimpleFloat: [SF] :: Dimension -> SimpleFloat a
+ XMonad.Layout.SimpleFloat: [Simple] :: Bool -> SimpleDecoration a
+ XMonad.Layout.Simplest: [Simplest] :: Simplest a
+ XMonad.Layout.Spiral: [CCW] :: Rotation
+ XMonad.Layout.Spiral: [CW] :: Rotation
+ XMonad.Layout.Spiral: [East] :: Direction
+ XMonad.Layout.Spiral: [North] :: Direction
+ XMonad.Layout.Spiral: [South] :: Direction
+ XMonad.Layout.Spiral: [West] :: Direction
+ XMonad.Layout.Square: [Square] :: Square a
+ XMonad.Layout.StackTile: [StackTile] :: !Int -> !Rational -> !Rational -> StackTile a
+ XMonad.Layout.SubLayouts: [Broadcast] :: SomeMessage -> Broadcast
+ XMonad.Layout.SubLayouts: [MergeAll] :: a -> GroupMsg a
+ XMonad.Layout.SubLayouts: [Merge] :: a -> a -> GroupMsg a
+ XMonad.Layout.SubLayouts: [Migrate] :: a -> a -> GroupMsg a
+ XMonad.Layout.SubLayouts: [SubMessage] :: SomeMessage -> a -> GroupMsg a
+ XMonad.Layout.SubLayouts: [UnMergeAll] :: a -> GroupMsg a
+ XMonad.Layout.SubLayouts: [UnMerge] :: a -> GroupMsg a
+ XMonad.Layout.SubLayouts: [WithGroup] :: (Stack a -> X (Stack a)) -> a -> GroupMsg a
+ XMonad.Layout.TabBarDecoration: [Bottom] :: XPPosition
+ XMonad.Layout.TabBarDecoration: [TabBar] :: XPPosition -> TabBarDecoration a
+ XMonad.Layout.TabBarDecoration: [Top] :: XPPosition
+ XMonad.Layout.Tabbed: [CustomShrink] :: CustomShrink
+ XMonad.Layout.Tabbed: [Tabbed] :: TabbarLocation -> TabbarShown -> TabbedDecoration a
+ XMonad.Layout.Tabbed: [Theme] :: String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> Dimension -> Dimension -> [(String, Align)] -> [([[Bool]], Placement)] -> Theme
+ XMonad.Layout.Tabbed: [activeBorderColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [activeColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [activeTextColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [decoHeight] :: Theme -> Dimension
+ XMonad.Layout.Tabbed: [decoWidth] :: Theme -> Dimension
+ XMonad.Layout.Tabbed: [fontName] :: Theme -> String
+ XMonad.Layout.Tabbed: [inactiveBorderColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [inactiveColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [inactiveTextColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [urgentBorderColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [urgentColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [urgentTextColor] :: Theme -> String
+ XMonad.Layout.Tabbed: [windowTitleAddons] :: Theme -> [(String, Align)]
+ XMonad.Layout.Tabbed: [windowTitleIcons] :: Theme -> [([[Bool]], Placement)]
+ XMonad.Layout.ThreeColumns: [ThreeColMid] :: !Int -> !Rational -> !Rational -> ThreeCol a
+ XMonad.Layout.ThreeColumns: [ThreeCol] :: !Int -> !Rational -> !Rational -> ThreeCol a
+ XMonad.Layout.ThreeColumns: [threeColDelta] :: ThreeCol a -> !Rational
+ XMonad.Layout.ThreeColumns: [threeColFrac] :: ThreeCol a -> !Rational
+ XMonad.Layout.ThreeColumns: [threeColNMaster] :: ThreeCol a -> !Int
+ XMonad.Layout.ToggleLayouts: [ToggleLayout] :: ToggleLayout
+ XMonad.Layout.ToggleLayouts: [Toggle] :: String -> ToggleLayout
+ XMonad.Layout.TwoPane: [TwoPane] :: Rational -> Rational -> TwoPane a
+ XMonad.Layout.WindowArranger: [Arrange] :: WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [DeArrange] :: WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [DecreaseDown] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [DecreaseLeft] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [DecreaseRight] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [DecreaseUp] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [IncreaseDown] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [IncreaseLeft] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [IncreaseRight] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [IncreaseUp] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [MoveDown] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [MoveLeft] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [MoveRight] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [MoveUp] :: Int -> WindowArrangerMsg
+ XMonad.Layout.WindowArranger: [SetGeometry] :: Rectangle -> WindowArrangerMsg
+ XMonad.Layout.WindowNavigation: [Apply] :: (Window -> X ()) -> Direction2D -> Navigate
+ XMonad.Layout.WindowNavigation: [D] :: Direction2D
+ XMonad.Layout.WindowNavigation: [Go] :: Direction2D -> Navigate
+ XMonad.Layout.WindowNavigation: [L] :: Direction2D
+ XMonad.Layout.WindowNavigation: [MoveWindowToWindow] :: a -> a -> MoveWindowToWindow a
+ XMonad.Layout.WindowNavigation: [Move] :: Direction2D -> Navigate
+ XMonad.Layout.WindowNavigation: [R] :: Direction2D
+ XMonad.Layout.WindowNavigation: [Swap] :: Direction2D -> Navigate
+ XMonad.Layout.WindowNavigation: [U] :: Direction2D
+ XMonad.Layout.ZoomRow: [ClassEQ] :: ClassEQ a
+ XMonad.Layout.ZoomRow: [ZoomFullToggle] :: ZoomMessage
+ XMonad.Layout.ZoomRow: [ZoomFull] :: Bool -> ZoomMessage
+ XMonad.Layout.ZoomRow: [ZoomTo] :: Rational -> ZoomMessage
+ XMonad.Layout.ZoomRow: [Zoom] :: Rational -> ZoomMessage
+ XMonad.Prompt: [Bottom] :: XPPosition
+ XMonad.Prompt: [Next] :: Direction1D
+ XMonad.Prompt: [Prev] :: Direction1D
+ XMonad.Prompt: [Top] :: XPPosition
+ XMonad.Prompt: [XPC] :: String -> String -> String -> String -> String -> String -> !Dimension -> XPPosition -> !Bool -> !Dimension -> !Int -> ([String] -> [String]) -> Map (KeyMask, KeySym) (XP ()) -> KeySym -> KeySym -> String -> Maybe Int -> Bool -> (String -> String -> Bool) -> XPConfig
+ XMonad.Prompt: [XPT] :: p -> XPType
+ XMonad.Prompt: [alwaysHighlight] :: XPConfig -> !Bool
+ XMonad.Prompt: [autoComplete] :: XPConfig -> Maybe Int
+ XMonad.Prompt: [bgColor] :: XPConfig -> String
+ XMonad.Prompt: [bgHLight] :: XPConfig -> String
+ XMonad.Prompt: [borderColor] :: XPConfig -> String
+ XMonad.Prompt: [changeModeKey] :: XPConfig -> KeySym
+ XMonad.Prompt: [completionKey] :: XPConfig -> KeySym
+ XMonad.Prompt: [defaultText] :: XPConfig -> String
+ XMonad.Prompt: [fgColor] :: XPConfig -> String
+ XMonad.Prompt: [fgHLight] :: XPConfig -> String
+ XMonad.Prompt: [font] :: XPConfig -> String
+ XMonad.Prompt: [height] :: XPConfig -> !Dimension
+ XMonad.Prompt: [historyFilter] :: XPConfig -> [String] -> [String]
+ XMonad.Prompt: [historySize] :: XPConfig -> !Int
+ XMonad.Prompt: [position] :: XPConfig -> XPPosition
+ XMonad.Prompt: [promptBorderWidth] :: XPConfig -> !Dimension
+ XMonad.Prompt: [promptKeymap] :: XPConfig -> Map (KeyMask, KeySym) (XP ())
+ XMonad.Prompt: [searchPredicate] :: XPConfig -> String -> String -> Bool
+ XMonad.Prompt: [showCompletionOnTab] :: XPConfig -> Bool
+ XMonad.Prompt.Shell: [Shell] :: Shell
+ XMonad.Prompt.Workspace: [Wor] :: String -> Wor
+ XMonad.Util.Font: [AlignCenter] :: Align
+ XMonad.Util.Font: [AlignLeft] :: Align
+ XMonad.Util.Font: [AlignRightOffset] :: Int -> Align
+ XMonad.Util.Font: [AlignRight] :: Align
+ XMonad.Util.Font: [Core] :: FontStruct -> XMonadFont
+ XMonad.Util.Font: [Utf8] :: FontSet -> XMonadFont
+ XMonad.Util.Font: [Xft] :: XftFont -> XMonadFont
+ XMonad.Util.Image: [CenterLeft] :: Int -> Placement
+ XMonad.Util.Image: [CenterRight] :: Int -> Placement
+ XMonad.Util.Image: [OffsetLeft] :: Int -> Int -> Placement
+ XMonad.Util.Image: [OffsetRight] :: Int -> Int -> Placement
+ XMonad.Util.Invisible: [I] :: (m a) -> Invisible m a
+ XMonad.Util.Invisible: instance Applicative m => Applicative (Invisible m)
+ XMonad.Util.NamedActions: [NamedAction] :: a -> NamedAction
+ XMonad.Util.NamedScratchpad: [NS] :: String -> String -> Query Bool -> ManageHook -> NamedScratchpad
+ XMonad.Util.NamedScratchpad: [cmd] :: NamedScratchpad -> String
+ XMonad.Util.NamedScratchpad: [hook] :: NamedScratchpad -> ManageHook
+ XMonad.Util.NamedScratchpad: [name] :: NamedScratchpad -> String
+ XMonad.Util.NamedScratchpad: [query] :: NamedScratchpad -> Query Bool
+ XMonad.Util.Themes: [TI] :: String -> String -> String -> Theme -> ThemeInfo
+ XMonad.Util.Themes: [themeAuthor] :: ThemeInfo -> String
+ XMonad.Util.Themes: [themeDescription] :: ThemeInfo -> String
+ XMonad.Util.Themes: [themeName] :: ThemeInfo -> String
+ XMonad.Util.Themes: [theme] :: ThemeInfo -> Theme
+ XMonad.Util.Types: [D] :: Direction2D
+ XMonad.Util.Types: [L] :: Direction2D
+ XMonad.Util.Types: [Next] :: Direction1D
+ XMonad.Util.Types: [Prev] :: Direction1D
+ XMonad.Util.Types: [R] :: Direction2D
+ XMonad.Util.Types: [U] :: Direction2D
+ XMonad.Util.WindowProperties: [And] :: Property -> Property -> Property
+ XMonad.Util.WindowProperties: [ClassName] :: String -> Property
+ XMonad.Util.WindowProperties: [Const] :: Bool -> Property
+ XMonad.Util.WindowProperties: [Machine] :: String -> Property
+ XMonad.Util.WindowProperties: [Not] :: Property -> Property
+ XMonad.Util.WindowProperties: [Or] :: Property -> Property -> Property
+ XMonad.Util.WindowProperties: [Resource] :: String -> Property
+ XMonad.Util.WindowProperties: [Role] :: String -> Property
+ XMonad.Util.WindowProperties: [Title] :: String -> Property
- XMonad.Actions.CycleWS: skipTags :: Eq i => [Workspace i l a] -> [i] -> [Workspace i l a]
+ XMonad.Actions.CycleWS: skipTags :: (Eq i) => [Workspace i l a] -> [i] -> [Workspace i l a]
- XMonad.Actions.RandomBackground: randomBg' :: MonadIO m => RandomColor -> m String
+ XMonad.Actions.RandomBackground: randomBg' :: (MonadIO m) => RandomColor -> m String
- XMonad.Actions.WorkspaceCursors: toList :: Foldable t => t a -> [a]
+ XMonad.Actions.WorkspaceCursors: toList :: Foldable t => forall a. t a -> [a]
- XMonad.Config.Droundy: mytab :: ModifiedLayout (Decoration TabbedDecoration CustomShrink) Simplest Word64
+ XMonad.Config.Droundy: mytab :: ModifiedLayout (Decoration TabbedDecoration CustomShrink) Simplest Window
- XMonad.Layout.LayoutHints: layoutHints :: LayoutClass l a => l a -> ModifiedLayout LayoutHints l a
+ XMonad.Layout.LayoutHints: layoutHints :: (LayoutClass l a) => l a -> ModifiedLayout LayoutHints l a
- XMonad.Layout.LayoutHints: layoutHintsToCenter :: LayoutClass l a => l a -> ModifiedLayout LayoutHintsToCenter l a
+ XMonad.Layout.LayoutHints: layoutHintsToCenter :: (LayoutClass l a) => l a -> ModifiedLayout LayoutHintsToCenter l a
- XMonad.Layout.LayoutHints: layoutHintsWithPlacement :: LayoutClass l a => (Double, Double) -> l a -> ModifiedLayout LayoutHints l a
+ XMonad.Layout.LayoutHints: layoutHintsWithPlacement :: (LayoutClass l a) => (Double, Double) -> l a -> ModifiedLayout LayoutHints l a
- XMonad.Layout.Master: mastered :: LayoutClass l a => Rational -> Rational -> l a -> ModifiedLayout AddMaster l a
+ XMonad.Layout.Master: mastered :: (LayoutClass l a) => Rational -> Rational -> l a -> ModifiedLayout AddMaster l a
- XMonad.Layout.Master: multimastered :: LayoutClass l a => Int -> Rational -> Rational -> l a -> ModifiedLayout AddMaster l a
+ XMonad.Layout.Master: multimastered :: (LayoutClass l a) => Int -> Rational -> Rational -> l a -> ModifiedLayout AddMaster l a
- XMonad.Layout.MultiToggle: mkToggle :: LayoutClass l a => ts -> l a -> MultiToggle ts l a
+ XMonad.Layout.MultiToggle: mkToggle :: (LayoutClass l a) => ts -> l a -> MultiToggle ts l a
- XMonad.Layout.MultiToggle: mkToggle1 :: LayoutClass l a => t -> l a -> MultiToggle (HCons t EOT) l a
+ XMonad.Layout.MultiToggle: mkToggle1 :: (LayoutClass l a) => t -> l a -> MultiToggle (HCons t EOT) l a
- XMonad.Layout.MultiToggle: transform :: (Transformer t a, LayoutClass l a) => t -> l a -> (forall l'. LayoutClass l' a => l' a -> (l' a -> l a) -> b) -> b
+ XMonad.Layout.MultiToggle: transform :: (Transformer t a, LayoutClass l a) => t -> l a -> (forall l'. (LayoutClass l' a) => l' a -> (l' a -> l a) -> b) -> b
- XMonad.Layout.OnHost: modHost :: LayoutClass l a => String -> (l a -> ModifiedLayout lm l a) -> l a -> OnHost (ModifiedLayout lm l) l a
+ XMonad.Layout.OnHost: modHost :: (LayoutClass l a) => String -> (l a -> ModifiedLayout lm l a) -> l a -> OnHost (ModifiedLayout lm l) l a
- XMonad.Layout.OnHost: modHosts :: LayoutClass l a => [String] -> (l a -> ModifiedLayout lm l a) -> l a -> OnHost (ModifiedLayout lm l) l a
+ XMonad.Layout.OnHost: modHosts :: (LayoutClass l a) => [String] -> (l a -> ModifiedLayout lm l a) -> l a -> OnHost (ModifiedLayout lm l) l a
- XMonad.Layout.PerWorkspace: modWorkspace :: LayoutClass l a => WorkspaceId -> (l a -> ModifiedLayout lm l a) -> l a -> PerWorkspace (ModifiedLayout lm l) l a
+ XMonad.Layout.PerWorkspace: modWorkspace :: (LayoutClass l a) => WorkspaceId -> (l a -> ModifiedLayout lm l a) -> l a -> PerWorkspace (ModifiedLayout lm l) l a
- XMonad.Layout.PerWorkspace: modWorkspaces :: LayoutClass l a => [WorkspaceId] -> (l a -> ModifiedLayout lm l a) -> l a -> PerWorkspace (ModifiedLayout lm l) l a
+ XMonad.Layout.PerWorkspace: modWorkspaces :: (LayoutClass l a) => [WorkspaceId] -> (l a -> ModifiedLayout lm l a) -> l a -> PerWorkspace (ModifiedLayout lm l) l a
- XMonad.Layout.SubLayouts: toSubl :: Message a => a -> X ()
+ XMonad.Layout.SubLayouts: toSubl :: (Message a) => a -> X ()
- XMonad.Prompt.Input: (?+) :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()
+ XMonad.Prompt.Input: (?+) :: (Monad m) => m (Maybe a) -> (a -> m ()) -> m ()
- XMonad.Util.Invisible: whenIJust :: Monad m => Invisible Maybe a -> (a -> m ()) -> m ()
+ XMonad.Util.Invisible: whenIJust :: (Monad m) => Invisible Maybe a -> (a -> m ()) -> m ()
- XMonad.Util.NamedActions: submapName :: HasName a => [((KeyMask, KeySym), a)] -> NamedAction
+ XMonad.Util.NamedActions: submapName :: (HasName a) => [((KeyMask, KeySym), a)] -> NamedAction
- XMonad.Util.StringProp: getStringListProp :: MonadIO m => Display -> StringProp -> m [String]
+ XMonad.Util.StringProp: getStringListProp :: (MonadIO m) => Display -> StringProp -> m [String]
- XMonad.Util.StringProp: getStringProp :: MonadIO m => Display -> StringProp -> m (Maybe [Char])
+ XMonad.Util.StringProp: getStringProp :: (MonadIO m) => Display -> StringProp -> m (Maybe [Char])
- XMonad.Util.StringProp: setStringListProp :: MonadIO m => Display -> StringProp -> [String] -> m ()
+ XMonad.Util.StringProp: setStringListProp :: (MonadIO m) => Display -> StringProp -> [String] -> m ()
- XMonad.Util.StringProp: setStringProp :: MonadIO m => Display -> StringProp -> [Char] -> m ()
+ XMonad.Util.StringProp: setStringProp :: (MonadIO m) => Display -> StringProp -> [Char] -> m ()
Files
- XMonad/Config/Bluetile.hs +1/−0
- XMonad/Hooks/DebugEvents.hs +1/−0
- XMonad/Prompt.hs +1/−1
- XMonad/Util/Invisible.hs +1/−1
- xmonad-contrib.cabal +1/−1
XMonad/Config/Bluetile.hs view
@@ -1,4 +1,5 @@ {-# OPTIONS -fno-warn-missing-signatures #-}+{-# LANGUAGE FlexibleContexts #-} ---------------------------------------------------------------------------- -- | -- Module : XMonad.Config.Bluetile
XMonad/Hooks/DebugEvents.hs view
@@ -270,6 +270,7 @@ newtype Decoder a = Decoder (ReaderT Decode (StateT DecodeState X) a) #ifndef __HADDOCK__ deriving (Functor+ ,Applicative ,Monad ,MonadIO ,MonadState DecodeState
XMonad/Prompt.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE ExistentialQuantification #-}+{-# LANGUAGE ExistentialQuantification, FlexibleContexts #-} ----------------------------------------------------------------------------- -- | -- Module : XMonad.Prompt
XMonad/Util/Invisible.hs view
@@ -28,7 +28,7 @@ -- Invisible derives trivial definitions for Read and Show, so the wrapped data -- type need not do so. -newtype Invisible m a = I (m a) deriving (Monad, Functor)+newtype Invisible m a = I (m a) deriving (Monad, Functor, Applicative) instance (Functor m, Monad m) => Read (Invisible m a) where readsPrec _ s = [(fail "Read Invisible", s)]
xmonad-contrib.cabal view
@@ -1,5 +1,5 @@ name: xmonad-contrib-version: 0.11.3+version: 0.11.4 homepage: http://xmonad.org/ synopsis: Third party extensions for xmonad description: