I've set tried setting IdleAction=suspend in /etc/systemd/logind.conf, but it doesn't seem to work. Ie,
I don't see anything triggered in /var/log/syslog relating to this. As far as I can tell, the sddm binary has idle reporting support (at least I see the relevant function names via strings).
It seems like this may not work after logging into KDE as PowerDevil will probably take over... But I'd like this to work at the sddm login screen.
What I want to do is suspend my system or put it into standby (this appears to be a different low power state?) if the system has been idle for amount of time even if no one is logged in. I suppose it doesn't necessarily need to be through systemd-logind if anyone has a better solution.
Code:
IdleAction=suspend IdleActionSec=1min
It seems like this may not work after logging into KDE as PowerDevil will probably take over... But I'd like this to work at the sddm login screen.
What I want to do is suspend my system or put it into standby (this appears to be a different low power state?) if the system has been idle for amount of time even if no one is logged in. I suppose it doesn't necessarily need to be through systemd-logind if anyone has a better solution.
Comment