ADD matplotlib windows to managehook

This commit is contained in:
Nathan Dwarshuis 2020-04-08 23:16:34 -04:00
parent 9b3f69bb11
commit 8dcbcd054b
1 changed files with 2 additions and 1 deletions

View File

@ -299,8 +299,9 @@ manageApps = composeOne $ concatMap dwHook allDWs ++
, className =? "Seafile Client" -?> doFloat
-- gnucash
, (className =? "Gnucash" <&&> title =? "Transaction Import Assistant") -?> doFloat
-- plots and graphics created by R
-- plots and graphics
, className =? "R_x11" -?> doFloat
, className =? "Matplotlib" -?> doFloat
, className =? "mpv" -?> doFloat
-- the floating windows created by the brave browser
, stringProperty "WM_NAME" =? "Brave" -?> doFloat