Block a user
Rewrite the manager responsible for handling automatic hyprsunset temperature activation as a qml plugin
Due to how small in scale the original code was I think it'd be pretty difficult to see much performance gain with this plugin. I also didn't write it having "performance-first" in mind. But maybe…
Rewrite the manager responsible for handling automatic hyprsunset temperature activation as a qml plugin
lid behavior watcher to lock session
Doesn't this trigger only when the system is about to suspend/hibernate? There should be a way to query the lid state directly.
lid behavior watcher to lock session
You need to create a signal in the root Scope and call it here rather than setting the locked value directly.
initial refactor of Interactions.qml to add better support for touch screen gestures
initial refactor of Interactions.qml to add better support for touch screen gestures
I think we can absolutely add gestures for all parts of the UI, but I also think they're not mutually exclusive. For example we can make it so opening the drawing popout will activate with a…