ADD gnucash and xsane
This commit is contained in:
parent
42489aa179
commit
6371fde067
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue