.profile 90 B

1234567
  1. #!/bin/sh
  2. if [ "$(tty)" = "/dev/tty1" ] && which sway >/dev/null 2>&1
  3. then
  4. exec sway
  5. fi