Posted by member 37809 on 2004-07-22 10:58:53 link
Alright, now we have documentation to blame. It's not mentioned in vtray-1.10's documentation per se, but instead in the changelog. And it's erroneous!
It should be
So something like
should work.
GOod day!
; this is wrong!
*systrayhide Window_Class_Name min_inactive_before_hiding
*systrayhide Window_Class_Name min_inactive_before_hiding
It should be
*SystrayHide "Class Name" "Window Name" min_inactive_before_hiding
So something like
*SystrayHide "SystemTray_Main" "Safely Remove Hardware" 0
should work.
GOod day!