nwg-piotr / nwg-displays

Output management utility for sway and Hyprland.
MIT License
334 stars 22 forks source link

use hyprland monitor descriptions directly #51

Closed MikeWalrus closed 4 months ago

MikeWalrus commented 4 months ago

Hyprland strips commas from their monitor descriptions. Therefore, we should use the sanitized descriptions directly instead of building the string from scratch.

Note that descriptions with commas won't work before hyprwm/Hyprland#4970 is merged.

MikeWalrus commented 4 months ago

Regarding #39, hyprland now strips the adapter info on its own.

nwg-piotr commented 4 months ago

Looks alright, thank you.