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
{{ message }}
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
At work, we don't have a set workstation and therefore often change monitors (flex office). All the monitors are of the same brand and model however they all have a different hexadecimal number in their names, for example, three similar monitors will have those names:
Goldstar Company Ltd LG Ultra HD 0x0000EDE5
Goldstar Company Ltd LG Ultra HD 0x0000E7C8
Goldstar Company Ltd LG Ultra HD 0x00007FB9
It is a burden to have to add all of them one by one. I'd like to be able to use a regex like so:
{
output "Goldstar Company Ltd LG Ultra HD .*" enable scale 2.0
}
At work, we don't have a set workstation and therefore often change monitors (flex office). All the monitors are of the same brand and model however they all have a different hexadecimal number in their names, for example, three similar monitors will have those names:
Goldstar Company Ltd LG Ultra HD 0x0000EDE5Goldstar Company Ltd LG Ultra HD 0x0000E7C8Goldstar Company Ltd LG Ultra HD 0x00007FB9It is a burden to have to add all of them one by one. I'd like to be able to use a regex like so: