mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-02 05:01:51 -07:00
grammar fix
This commit is contained in:
@@ -112,7 +112,7 @@ transientTo = do w <- ask
|
|||||||
liftIO $ getTransientForHint d w
|
liftIO $ getTransientForHint d w
|
||||||
|
|
||||||
-- | A convenience 'MaybeManageHook' that will check to see if a window
|
-- | A convenience 'MaybeManageHook' that will check to see if a window
|
||||||
-- is transient, and then move it to it's parent.
|
-- is transient, and then move it to its parent.
|
||||||
transience :: MaybeManageHook
|
transience :: MaybeManageHook
|
||||||
transience = transientTo </=? Nothing
|
transience = transientTo </=? Nothing
|
||||||
-?>> move
|
-?>> move
|
||||||
|
Reference in New Issue
Block a user