You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I run gedit /home/firefox/foo.txt and run marathon firefox, it will match and stupidly focus gedit. Most of my apps are always running without argument, so I never run into the scenario, but it may annoy some.
EDIT take into account programs that run via their language/vm:
java /opt/eclipse/...
java /opt/squirrelsql/...
python /usr/bin/meld
...
EDIT maybe support a second parameter specifying (comma-separated?) exclusions (e.g. I might want to focus chrome, but exclude my dailygrooves webapp running in chrome too)
The text was updated successfully, but these errors were encountered:
Currently, if I run
gedit /home/firefox/foo.txt
and runmarathon firefox
, it will match and stupidly focusgedit
. Most of my apps are always running without argument, so I never run into the scenario, but it may annoy some.EDIT take into account programs that run via their language/vm:
EDIT maybe support a second parameter specifying (comma-separated?) exclusions (e.g. I might want to focus chrome, but exclude my dailygrooves webapp running in chrome too)
The text was updated successfully, but these errors were encountered: