09-02-2020, 11:56 PM
(08-28-2020, 04:02 PM)Athansor Wrote: It would be wonderful if CRUST could be configured to leave both the cellular data and wifi networks alone if they are being used by an app when turning off the screen. Otherwise, that terrific podcast you're listening to about penguins just goes pfft! when your screen dims.
Crust doesn't have any configuration options, and it already leaves the modem and wifi alone. Linux is what turns your wifi (and audio) off, long before it hands control over to Crust. The way you can tell Linux to not go to sleep is by using wakelocks (the same as used on Android), though I don't think the non-Android userspace support for wakelocks is very mature. If systemd-logind is what is telling Linux to go to sleep after a timeout, it has its own sleep inhibitor system:
https://www.freedesktop.org/wiki/Software/systemd/inhibit/
https://www.freedesktop.org/software/sys...hibit.html