hyprwm / hyprpaper

Hyprpaper is a blazing fast wayland wallpaper utility with IPC controls.
https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
BSD 3-Clause "New" or "Revised" License
802 stars 57 forks source link

Fix `desc:` wallpaper priority #189

Closed ein-shved closed 3 months ago

ein-shved commented 3 months ago

There was misbehaviour from config. Say, we have next config:

...

wallpaper = , /path/to/generic.jpg
wallpaper = DP-1, /path/to/port.jpg
wallpaper = desc:My Monitor, /path/to/desc.jpg

Here the DP-1 and desc:My Monitor are different monitors.

EXPECTED: The desc:My Monitor renders /path/to/desc.jpg wallpaper ACTUAL: The desc:My Monitor renders /path/to/generic.jpg wallpaper