summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy warnings for nowVika2025-01-071-5/+5
| | | | | | | This is still heavily incomplete, because it doesn't seem to allow to introspect which apps inhibit things, but I don't need that functionality for now. This entire service is a kludge and a dirty hack.
* cargo fmtVika2025-01-071-26/+57
|
* Initial commitVika2024-12-031-0/+211
Supposed to work, I guess. At least the idle inhibition part, which is the part I care about. State tracking is broken due to zbus weirdness. I have no desire to debug this any further.