KDE uses suspend-to-ram by default.
How can I change it so it runs s2both instead?
I have tried How do I use pm-suspend-hybrid by default instead of pm-suspend? but that simply blocks my machine, whereas s2both works.
This is why I would like KDE to simply call s2both instead of doing something else.
s2bothuses an entirely different suspension method (user space suspend instead of kernel suspend). – David Foerster May 14 '17 at 09:34s2bothuses a different method, that might explain why it works on my system. – Ole Tange May 14 '17 at 15:30sudo LC_MESSAGES=POSIX lshw -c system,bus | grep -A7 -e '^ description:' -e '^ \*-core$'. – David Foerster May 14 '17 at 16:07sudo systemctl hybrid-sleepdirectly? – David Foerster May 14 '17 at 16:07