executable_elogind-sway 203 B

1234567
  1. #!/usr/bin/env bash
  2. # https://wiki.gentoo.org/wiki/Elogind
  3. echo "Hint: Set 'WLR_BACKENDS=headless' to launch in headless mode (e.g. for wayvnc)."
  4. exec -a sway dbus-launch --exit-with-session sway "$@"