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`.
These commands can be used:
loginctl suspend
loginctl hibernate
artist
Cool! I didn't knew about `loginctl`. Thank you!