You are not logged in.
As for i3/x11, I always do
startx && exitin my
.bash_profileso that
.bash_logout is executed too.
On sway, I couldn't find a way to achieve it. I've tried
exec sway && exit, but .bash_logout doesn't execute.
Exiting the session is the same command on both,
i3-msg exitand
swaymsg exitLast edited by asklow (2022-11-15 11:04:05)
Offline
And why did you add the exec to the sway invocation? "Exec" is precisely what causes the issue, it's a command to replace your entire shell with the command you are about to execute. If you need .bash_logout ran, simply do not "exec" any commands. Which is the same trail of logic already discussed in your previous thread: https://bbs.archlinux.org/viewtopic.php … 8#p2066568
Last edited by V1del (2022-11-15 11:02:15)
Offline
Alas, didn't knew this btw. Tqvm for this information. It's fixed now ; D
My bad. Forgot to learn from my past experiences !
Last edited by asklow (2022-11-15 11:07:05)
Offline