How to suspend 08 September 2022, 17:38:54 Hey guys! I just installed my artix system and I'm wondering how I can suspend and hibernate my system without systemd because when I used arch, I used `systemctl hibernate` and `systemctl suspend` for this. My current init-system is `dinit`.
Re: How to suspend Reply #1 – 08 September 2022, 18:04:35 These commands can be used:Code: [Select]loginctl suspendloginctl hibernateartist 2 Likes
Re: How to suspend Reply #2 – 08 September 2022, 18:14:48 Cool! I didn't knew about `loginctl`. Thank you!