Safe Haskell | None |
---|---|
Language | Haskell2010 |
XMonad.Config.Dmwit
Description
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 :: (Ord a, Eq s) => (a -> StackSet PhysicalWorkspace l a s sd -> StackSet PhysicalWorkspace l a s sd) -> ScreenId -> [Char] -> a -> Query (Endo (StackSet PhysicalWorkspace l a s sd)) #
viewFullOn :: (Ord a, Eq s) => ScreenId -> [Char] -> a -> Query (Endo (StackSet PhysicalWorkspace l a s sd)) #
centerWineOn :: (Ord a, Eq s) => ScreenId -> [Char] -> a -> Query (Endo (StackSet PhysicalWorkspace l a s sd)) #
class Show a => PPrint a where #
Minimal complete definition
Nothing
Instances
PPrint Char # | |
PPrint Int # | |
PPrint Integer # | |
PPrint Word64 # | |
PPrint Screen # | |
PPrint Position # | |
PPrint Dimension # | |
PPrint Rectangle # | |
PPrint ScreenId # | |
PPrint ScreenDetail # | |
Defined in XMonad.Config.Dmwit Methods pprint :: Int -> ScreenDetail -> String # | |
PPrint PPrintable # | |
Defined in XMonad.Config.Dmwit Methods pprint :: Int -> PPrintable -> String # | |
PPrint a => PPrint [a] # | |
Defined in XMonad.Config.Dmwit | |
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) # | |
data PPrintable #
Instances
Show PPrintable # | |
Defined in XMonad.Config.Dmwit Methods showsPrec :: Int -> PPrintable -> ShowS # show :: PPrintable -> String # showList :: [PPrintable] -> ShowS # | |
PPrint PPrintable # | |
Defined in XMonad.Config.Dmwit Methods pprint :: Int -> PPrintable -> String # |
dmwitConfig :: ScreenId -> XConfig (ModifiedLayout Magnifier (Choose (ModifiedLayout AvoidStruts Grid) (ModifiedLayout WithBorder Full))) #
xmobarCommand :: ScreenId -> String #
ppWorkspaces :: ScreenId -> PP #