Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Deprecated: This module contains a personal configuration, to be removed from xmonad-contrib. If you use this module, please copy the relevant parts to your configuration or obtain a copy of it on https://xmonad.org/configurations.html and include it as a local module.
Documentation
splitColon :: [Char] -> [[Char]] Source #
centerMouse :: X () Source #
statusBarMouse :: X () Source #
withScreen :: ScreenId -> (WorkspaceId -> WindowSet -> WindowSet) -> X () Source #
termLauncher :: [Char] Source #
volumeDzen :: String -> X () Source #
fullscreenMPlayer :: Query (Endo (StackSet PhysicalWorkspace (Layout Window) Window ScreenId ScreenDetail)) Source #
operationOn :: (Ord t, Eq s) => (t -> StackSet PhysicalWorkspace l t s sd -> StackSet PhysicalWorkspace l t s sd) -> ScreenId -> VirtualWorkspace -> t -> Query (Endo (StackSet PhysicalWorkspace l t s sd)) Source #
viewFullOn :: (Ord t, Eq s) => ScreenId -> VirtualWorkspace -> t -> Query (Endo (StackSet PhysicalWorkspace l t s sd)) Source #
centerWineOn :: (Ord t, Eq s) => ScreenId -> VirtualWorkspace -> t -> Query (Endo (StackSet PhysicalWorkspace l t s sd)) Source #
class Show a => PPrint a where Source #
Nothing
Instances
PPrint Dimension Source # | |
PPrint Position Source # | |
PPrint Rectangle Source # | |
PPrint Screen Source # | |
PPrint Word64 Source # | |
PPrint ScreenDetail Source # | |
Defined in XMonad.Config.Dmwit | |
PPrint ScreenId Source # | |
PPrint PPrintable Source # | |
Defined in XMonad.Config.Dmwit | |
PPrint Integer Source # | |
PPrint Char Source # | |
PPrint Int Source # | |
PPrint (Layout a) Source # | |
PPrint a => PPrint (Stack a) Source # | |
PPrint a => PPrint (Maybe a) Source # | |
PPrint a => PPrint [a] Source # | |
(Show a, Show b) => PPrint (Map a b) Source # | |
(PPrint i, PPrint l, PPrint a) => PPrint (Workspace i l a) Source # | |
(PPrint i, PPrint l, PPrint a, PPrint sid, PPrint sd) => PPrint (Screen i l a sid sd) Source # | |
(PPrint i, PPrint l, PPrint a, PPrint sid, PPrint sd) => PPrint (StackSet i l a sid sd) Source # | |
data PPrintable Source #
Instances
Show PPrintable Source # | |
Defined in XMonad.Config.Dmwit showsPrec :: Int -> PPrintable -> ShowS # show :: PPrintable -> String # showList :: [PPrintable] -> ShowS # | |
PPrint PPrintable Source # | |
Defined in XMonad.Config.Dmwit |
dmwitConfig :: ScreenId -> XConfig (ModifiedLayout Magnifier (Choose (ModifiedLayout AvoidStruts Grid) (ModifiedLayout WithBorder Full))) Source #
xmobarCommand :: ScreenId -> String Source #
ppWorkspaces :: ScreenId -> PP Source #