| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
XMonad.Config.Dmwit
Description
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
namedNumbers :: [Char] -> String -> [[Char]] Source #
splitColon :: [Char] -> [[Char]] Source #
centerMouse :: X () Source #
statusBarMouse :: X () Source #
withScreen :: ScreenId -> (WorkspaceId -> WindowSet -> WindowSet) -> X () Source #
termLauncher :: [Char] Source #
volumeDzen :: String -> X () Source #
fullscreen43on169 :: RationalRect 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 #
Minimal complete definition
Nothing
Instances
data PPrintable Source #
Instances
| Show PPrintable Source # | |
Defined in XMonad.Config.Dmwit Methods showsPrec :: Int -> PPrintable -> ShowS show :: PPrintable -> String showList :: [PPrintable] -> ShowS | |
| PPrint PPrintable Source # | |
Defined in XMonad.Config.Dmwit Methods pprint :: Int -> PPrintable -> String Source # | |
record :: String -> Int -> [(String, PPrintable)] -> String Source #
dmwitConfig :: ScreenId -> XConfig (ModifiedLayout Magnifier (Choose (ModifiedLayout AvoidStruts Grid) (ModifiedLayout WithBorder Full))) Source #
keyBindings :: XConfig Layout -> Map (KeyMask, KeySym) (X ()) Source #
xmobarCommand :: ScreenId -> String Source #
ppWorkspaces :: ScreenId -> PP Source #