ENH float brave popups
This commit is contained in:
parent
8228778a46
commit
a667516a39
|
@ -150,6 +150,8 @@ myManageHook = composeOne
|
||||||
, className =? "mpv" -?> doFloat
|
, className =? "mpv" -?> doFloat
|
||||||
-- the floating windows created by the brave browser
|
-- the floating windows created by the brave browser
|
||||||
, stringProperty "WM_NAME" =? "Brave" -?> doFloat
|
, 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
|
-- the dialog windows created by the zotero addon in Google Docs
|
||||||
, (className =? "Zotero" <&&> resource =? "Toplevel") -?> doFloat
|
, (className =? "Zotero" <&&> resource =? "Toplevel") -?> doFloat
|
||||||
, isDialog -?> doCenterFloat
|
, isDialog -?> doCenterFloat
|
||||||
|
|
Loading…
Reference in New Issue