This is mostly just fixes and small improvements.
Fixes
- fixed wallpaper never setting
configuredto 'true' - fixed fractional scaling rounding incorrectly
- fixed scaling for vertical monitors (thanks, @AhJi26)
- fixed the annoying black screen on login issue (finally)
Additions
- add --no-cache option to
swww-daemon, by @lucasreis1
Internal improvements
- specialized transition for
--transition-type none(previously it was an alias
tosimplewith special values) - remove an extra call to
thread::sleepwhen loading the cache - no longer using an
event_fdto wake up the main thread