299792458ms@lemmy.zip to linuxmemes@lemmy.world · 1 year agoJust one more tweaklemmy.zipimagemessage-square68fedilinkarrow-up1472arrow-down111file-text
arrow-up1461arrow-down1imageJust one more tweaklemmy.zip299792458ms@lemmy.zip to linuxmemes@lemmy.world · 1 year agomessage-square68fedilinkfile-text
minus-squareqjkxbmwvz@startrek.websitelinkfedilinkarrow-up1·1 year agoRight, that’s what the & exit is supposed to prevent, since it’s already logged out.
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·1 year agoI think that is supposed to work on startx && exit
minus-squarestanka@lemmy.mllinkfedilinkarrow-up1·1 year agoIf you switch to the VT with Ctrl-Alt-F1, and hit ctrl-z the process is suspended, but does not complete so it never gets to the exit. At least that is my suspicion. I’m going to try it when I’m in front of a machine.
Joke’s on you. Ctrl-Alt-F1 Ctrl-z.
Right, that’s what the
& exit
is supposed to prevent, since it’s already logged out.I think that is supposed to work on
startx && exit
If you switch to the VT with Ctrl-Alt-F1, and hit ctrl-z the process is suspended, but does not complete so it never gets to the exit.
At least that is my suspicion. I’m going to try it when I’m in front of a machine.