AlexanderPro / SmartSystemMenu

SmartSystemMenu extends system menu of all windows in the system
MIT License
2.03k stars 110 forks source link

[Request] Minimize To Tray Always [With window title] #104

Open io55555 opened 1 year ago

io55555 commented 1 year ago

The current version of the "Minimize To Tray Always" function relies only on "className" and "processName".

If there are many cmd windows, they will all have the same "className" and "processName", but I only want a certain window with a certain title to be processed.

It would be nice if I could use regular expressions, thanks a lot.