-
Notifications
You must be signed in to change notification settings - Fork 46
Feature request: Use regex in output name #72
Comments
One solution would be to simply match output names with Related: swaywm/wlr-protocols#68 |
Note, we already support |
Unfortunately it is not enough for my use case because at home I have yet another monitor for which I need another conf. Using |
The first matching configuration will be picked, so specifying the home configuration first should work. It would be a good idea to document this behavior. The only thing that makes me hesitate about |
I think
Indeed it will not work every time. However, that leaves us the option to "group" profiles and do interesting things (until swaywm/wlr-protocols#68). |
In that case it's good for my case indeed! However, I still think it would be a nice feature to have. |
I just had the use case at work where we now have a second kind of monitor (with only slightly changing names), needing another configuration. |
Any update on this? A PR is ready to be merged, it seems to me that there are no obvious drawback for the flexibility it gives. |
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:
The text was updated successfully, but these errors were encountered: