Fix.
This commit is contained in:
parent
a5d6c5e56b
commit
834a9082c6
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ myManageHook = composeAll
|
|||
, className =? "Yad" --> doCenterFloat <+> doF W.swapUp
|
||||
, className =? "badd" --> doCenterFloat <+> doF W.swapUp
|
||||
, className =? "filepicker" --> doRectFloat (W.RationalRect (1/12) (1/12) (5/6) (5/6)) <+> doF W.swapUp
|
||||
, isFullscreen --> doFullFloat <+> doF W.swapUp
|
||||
, isFullscreen --> doFullFloat
|
||||
, namedScratchpadManageHook myScratchPads
|
||||
]
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue