ADD gnucash and xsane

This commit is contained in:
Nathan Dwarshuis 2020-03-04 20:57:20 -05:00
parent 42489aa179
commit 6371fde067
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,10 @@ myManageHook = composeOne
[ className =? "VirtualBoxVM" -?> doShift "VM"
-- the seafile applet
, className =? "Seafile Client" -?> doFloat
-- gnucash
, (className =? "Gnucash" <&&> title =? "Transaction Import Assistant") -?> doFloat
-- xsane
, className =? "Xsane" -?> doFloat
-- all of GIMP
, className =? "Gimp" -?> doFloat
-- , title =? "GIMP Startup" -?> doIgnore