[SOLVED] openrc-shutdown in i3 15 November 2020, 12:40:46 Hello everyone,i just switched from archlinux to artixlinux with openrc.since you cant shutdown without root access ive configured visudo to not require a password when im shutting down.In my i3 config i wrote sudo openrc-shutdown -p to power offBut is this actually the correct way to do it?Wasnt really finding anything on the wikis about that. Last Edit: 15 November 2020, 12:58:21 by nikgre
Re: openrc-shutdown in i3 Reply #1 – 15 November 2020, 12:52:06 No, it is definetely wrong.You should use the following:Code: [Select]loginctl poweroff Last Edit: 15 November 2020, 14:05:51 by linuxer 1 Likes
Re: openrc-shutdown in i3 Reply #2 – 15 November 2020, 12:57:58 Quote from: linuxer – on 15 November 2020, 12:52:06No, is definetely wrong.You should use the following:Code: [Select]loginctl poweroffOh thanks, just got a bit confused since the normal poweroff command links to openrc-shutdown
Re: [SOLVED] openrc-shutdown in i3 Reply #3 – 15 November 2020, 13:48:35 Well, I routinely use poweroff. Sue me! 1 Likes
Re: [SOLVED] openrc-shutdown in i3 Reply #4 – 15 November 2020, 14:04:29 Quote from: nous – on 15 November 2020, 13:48:35Well, I routinely use poweroff. Sue me! lol
Re: [SOLVED] openrc-shutdown in i3 Reply #5 – 19 December 2024, 09:20:41 Quote from: nous – on 15 November 2020, 13:48:35Well, I routinely use poweroff. Sue me! how can i make it work without root?