Safe Haskell | None |
---|---|
Language | Haskell98 |
XMonad.Config.Dmwit
Documentation
namedNumbers :: [Char] -> String -> [[Char]] #
splitColon :: [Char] -> [[Char]] #
centerMouse :: X () #
statusBarMouse :: X () #
withScreen :: ScreenId -> (WorkspaceId -> WindowSet -> WindowSet) -> X () #
termLauncher :: [Char] #
volumeDzen :: String -> X () #
fullscreenMPlayer :: Query (Endo (StackSet PhysicalWorkspace (Layout Window) Window ScreenId ScreenDetail)) #
operationOn :: (Eq s, Ord a) => (a -> StackSet PhysicalWorkspace l a s sd -> StackSet PhysicalWorkspace l a s sd) -> ScreenId -> VirtualWorkspace -> a -> Query (Endo (StackSet PhysicalWorkspace l a s sd)) #
viewFullOn :: (Eq s, Ord a) => ScreenId -> VirtualWorkspace -> a -> Query (Endo (StackSet PhysicalWorkspace l a s sd)) #
centerWineOn :: (Eq s, Ord a) => ScreenId -> VirtualWorkspace -> a -> Query (Endo (StackSet PhysicalWorkspace l a s sd)) #
class Show a => PPrint a where #
Instances
PPrint Char # | |
PPrint Int # | |
PPrint Integer # | |
PPrint Word64 # | |
PPrint Screen # | |
PPrint Position # | |
PPrint Dimension # | |
PPrint Rectangle # | |
PPrint ScreenId # | |
PPrint ScreenDetail # | |
PPrint PPrintable # | |
PPrint a => PPrint [a] # | |
PPrint a => PPrint (Maybe a) # | |
PPrint (Layout a) # | |
PPrint a => PPrint (Stack a) # | |
(Show a, Show b) => PPrint (Map a b) # | |
(PPrint i, PPrint l, PPrint a) => PPrint (Workspace i l a) # | |
(PPrint i, PPrint l, PPrint a, PPrint sid, PPrint sd) => PPrint (StackSet i l a sid sd) # | |
(PPrint i, PPrint l, PPrint a, PPrint sid, PPrint sd) => PPrint (Screen i l a sid sd) # | |
dmwitConfig :: ScreenId -> XConfig (ModifiedLayout Magnifier (Choose (ModifiedLayout AvoidStruts Grid) (ModifiedLayout WithBorder Full))) #
xmobarCommand :: ScreenId -> String #
ppWorkspaces :: ScreenId -> PP #