varietywalls / variety

Wallpaper downloader and manager for Linux systems
http://peterlevi.com/variety
GNU General Public License v3.0
1.12k stars 137 forks source link

Fix hyprland stop working with somthing else then swaybg #656

Closed cylian914 closed 8 months ago

cylian914 commented 8 months ago

variety was getting stuck because instead of supporting a bg manager it supported an display manager.

In wayland most of the bg manager are "stand alone" (they still requre a DM so not rly) app and should be detect instead of a DM, otherwise it can make variety hang because its looking for an app not installed.

PATCH UNTESTED FOR SWAYBG (but it should work)

cylian914 commented 8 months ago

Hyprland support all of these: https://wiki.hyprland.org/Useful-Utilities/Wallpapers/ so pls don't hardcode thing like that.