cosmic-greeter
cosmic-greeter copied to clipboard
Optimize memory usage
After #11, cosmic-greeter will run in the background process. It currently reads the background data and keeps it around. That should instead be done only when locked, and after unlocking it should trim malloc to reduce memory usage.