tv xmonad: doFloatCenter if appName ~ /Float/

This commit is contained in:
tv 2021-02-28 21:09:55 +01:00
parent 95dca0b99b
commit 009b9f735e
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ mainNoArgs = do
composeAll
[ appName =? "fzmenu-urxvt" --> doCenterFloat
, appName =?? Data.List.isPrefixOf "pinentry" --> doCenterFloat
, appName =?? Data.List.isInfixOf "Float" --> doCenterFloat
, title =? "Upload to Imgur" -->
doRectFloat (W.RationalRect 0 0 (1 % 8) (1 % 8))
, placeHook (smart (1,0))