Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: User-defined friendly names for displays #100

Open
hendersj opened this issue Jan 31, 2025 · 5 comments
Open

Enhancement: User-defined friendly names for displays #100

hendersj opened this issue Jan 31, 2025 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@hendersj
Copy link

I have three monitors, and it would be useful to be able to set a friendly name to know which monitor I'm changing the settings for. My current display names are:

Image

What I'd like is to link DELL_U3419W to the name "Right", DELL_P1914S to "Left", and XG3220 to "Middle". Helpful for those late-night sessions where I don't remember which model is which. :)

@digitaltrails digitaltrails self-assigned this Feb 10, 2025
@digitaltrails digitaltrails added the enhancement New feature or request label Feb 10, 2025
@digitaltrails
Copy link
Owner

Sounds useful - will look into it.

digitaltrails added a commit that referenced this issue Mar 10, 2025
…g to VDU tabs. Functional, but no uniqueness validation yet.
@digitaltrails
Copy link
Owner

This was delayed due to work on testing ddcutil 2.2 and amending vdu_controls and ddcutil-service appropriately (plus it's was Summer here).

I've just pushed some functional code, it seems to work well, and is a nice improvement. I have yet to implement any validation for uniqueness of the "friendly names".

Attached screenshot shows the new vdu_label field. Note that hovering over the tab or save-button reveals a tooltip with the full path filename (which is also a nice improvement).

Image

@hendersj
Copy link
Author

Nice, I like this a lot. Thanks for this!

I discovered in GNOME that there is a way to set a friendly name in the Sound Output selector in Quick Settings (I use an extension called "Quick Settings Audio Device Renamer" (https://github.com/marcinjahn/gnome-quicksettings-audio-devices-renamer-extension) to change the name there - it would be cool if the place that info is stored could be used as a source of data as well so it's named consistently in the UI.

Perhaps that's a future enhancement. This change is much appreciated.

@digitaltrails
Copy link
Owner

I discovered in GNOME that there is a way to set a friendly name in the Sound Output selector in Quick Settings (I use an extension called "Quick Settings Audio Device Renamer" (https://github.com/marcinjahn/gnome-quicksettings-audio-devices-renamer-extension) to change the name there - it would be cool if the place that info is stored could be used as a source of data as well so it's named consistently in the UI.

Perhaps that's a future enhancement. This change is much appreciated.

I'll see if I can get my head around that sometime. Note that vdu_controls is not gnome specific, so that might be an issue.

@hendersj
Copy link
Author

I'll see if I can get my head around that sometime. Note that vdu_controls is not gnome specific, so that might be an issue.

That's fair - certainly would be an issue with it not working on KDE. :)

digitaltrails added a commit that referenced this issue Mar 11, 2025
…eck - revert to default label. Fix config filename tooltip when no config file exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants