tv xmonad: doFloatCenter if appName ~ /Float/
This commit is contained in:
parent
95dca0b99b
commit
009b9f735e
@ -88,6 +88,7 @@ mainNoArgs = do
|
|||||||
composeAll
|
composeAll
|
||||||
[ appName =? "fzmenu-urxvt" --> doCenterFloat
|
[ appName =? "fzmenu-urxvt" --> doCenterFloat
|
||||||
, appName =?? Data.List.isPrefixOf "pinentry" --> doCenterFloat
|
, appName =?? Data.List.isPrefixOf "pinentry" --> doCenterFloat
|
||||||
|
, appName =?? Data.List.isInfixOf "Float" --> doCenterFloat
|
||||||
, title =? "Upload to Imgur" -->
|
, title =? "Upload to Imgur" -->
|
||||||
doRectFloat (W.RationalRect 0 0 (1 % 8) (1 % 8))
|
doRectFloat (W.RationalRect 0 0 (1 % 8) (1 % 8))
|
||||||
, placeHook (smart (1,0))
|
, placeHook (smart (1,0))
|
||||||
|
Loading…
Reference in New Issue
Block a user