ENH switch back to firefox

This commit is contained in:
Nathan Dwarshuis 2020-05-02 00:19:54 -04:00
parent db7aa8ce6a
commit b93e122230
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@ manageApps = composeOne $ concatMap dwHook allDWs ++
, 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" -- , (stringProperty "WM_WINDOW_ROLE" =? "pop-up"
<&&> className =? "Brave-browser") -?> doFloat -- <&&> 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
] ]