ENH float brave popups

This commit is contained in:
Nathan Dwarshuis 2020-02-23 19:22:32 -05:00
parent 8228778a46
commit a667516a39
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ myManageHook = composeOne
, className =? "mpv" -?> doFloat
-- the floating windows created by the brave browser
, stringProperty "WM_NAME" =? "Brave" -?> doFloat
, (stringProperty "WM_WINDOW_ROLE" =? "pop-up"
<&&> className =? "Brave-browser") -?> doFloat
-- the dialog windows created by the zotero addon in Google Docs
, (className =? "Zotero" <&&> resource =? "Toplevel") -?> doFloat
, isDialog -?> doCenterFloat