New comment by kennylevinsen on void-packages repository https://github.com/void-linux/void-packages/issues/27132#issuecomment-744391662 Comment: I tried putting the following in my .bash_profile, changing my shell to bash and then logging in on tty4: ``` if [[ "$(tty)" == "/dev/tty4" ]] then LIBSEAT_BACKEND=logind exec sway -c ~/sway_config -d 2>~/sway_debug.log fi ``` This did not reproduce the issue. Afer issuing `swaymsg exit`, I was dropped back to a working TTY login.