mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-03 05:31:53 -07:00
Give Hinted a nice description
This commit is contained in:
@@ -43,6 +43,7 @@ adjBorders mult (w,h) = (w+2*mult*borderWidth, h+2*mult*borderWidth)
|
|||||||
data LayoutHints a = LayoutHints deriving (Read, Show)
|
data LayoutHints a = LayoutHints deriving (Read, Show)
|
||||||
|
|
||||||
instance LayoutModifier LayoutHints Window where
|
instance LayoutModifier LayoutHints Window where
|
||||||
|
modifierDescription _ = "Hinted"
|
||||||
redoLayout _ _ _ xs = do
|
redoLayout _ _ _ xs = do
|
||||||
xs' <- mapM applyHint xs
|
xs' <- mapM applyHint xs
|
||||||
return (xs', Nothing)
|
return (xs', Nothing)
|
||||||
|
Reference in New Issue
Block a user