Some possibilities...I'm looking for assistance in locating the file path or shortcut code that can be used to open a minimized browser, specifically Chrome. I'm attempting to configure a Rainmeter skin for Chrome so that when I click on it, it behaves like the taskbar icon, either opening a minimized browser or launching a new browser page.
Any help with this would be greatly appreciated. Thank you!
- use chromium parameters:
https://peter.sh/experiments/chromium-command-line-switches/
- run it through a RunCommand measure and adjust its State option:
https://docs.rainmeter.net/manual/plugins/runcommand/
- try to open an address instead of the executable in a bang, if URLs are associated with Chrome, e.g.:
Code:
["https://www.google.com"]
https://docs.rainmeter.net/manual/plugins/windowmessage/
but those are much more technical in nature and might not be suited for a regular user (at least until I release my pending WindowMessage skin at a later date).
Statistics: Posted by Yincognito — Yesterday, 11:43 am — Replies 1 — Views 70