mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
grammar fix
This commit is contained in:
parent
2659a12049
commit
ced1792bfa
@ -112,7 +112,7 @@ transientTo = do w <- ask
|
||||
liftIO $ getTransientForHint d w
|
||||
|
||||
-- | 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 = transientTo </=? Nothing
|
||||
-?>> move
|
||||
|
Loading…
x
Reference in New Issue
Block a user