Aaron Andersen

Results 23 issues of Aaron Andersen

when you have two windows vertically stacked in `niri` there is a keyboard shortcut to adjust their sizes - this would be great to add to `karousel` if you're interested...

Fix for systems without (e)logind, which have no way to run power management operations via Kodi. ## Description a new `PowerSyscall` class implementation for linux systems which run without `(e)logind`...

Type: Feature
Platform: Linux
Platform: FreeBSD
Component: System
v22 Piers

after reading some [documentation](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/struct.Layer.html#method.with_ansi) i thought the `NO_COLOR` environment variable should be respected but it appears not to be: source: https://github.com/pop-os/system76-scheduler/blob/a033bf87a7e0ad7a7426baa62f3e41f175dea888/daemon/src/main.rs#L348 is there anything obvious i'm missing? how can i...