loginctl terminate-session doesn't do anything
I'm using artix with i3wm.
I normally log out using this command in rofi:
loginctl terminate-session ${XDG_SESSION_ID-}
This always worked on archlinux and on voidlinux as well, however on artix it doesn't work. And nothing happens when I enter the command, no error log or anything.
Yes elogind is installed, and yes the variable isn't empty, other commands like loginctl lock-session ${XDG_SESSION_ID-} do work without issues.