Skip to content

Instantly share code, notes, and snippets.

@aeifn
Created March 9, 2020 08:29
Show Gist options
  • Select an option

  • Save aeifn/76ee23e1c4ef3fcac5d349162c0cd6e2 to your computer and use it in GitHub Desktop.

Select an option

Save aeifn/76ee23e1c4ef3fcac5d349162c0cd6e2 to your computer and use it in GitHub Desktop.
export LIBGL_DRI3_ENABLE=1
export XDG_SESSION_TYPE=wayland
export XDG_RUNTIME_DIR=/tmp/${UID}-xdg
mkdir -p "${XDG_RUNTIME_DIR}"
chmod 0700 "${XDG_RUNTIME_DIR}"
export $(dbus-launch)
export XKB_DEFAULT_RULES=evdev
export GDK_BACKEND=wayland
export MOZ_ENABLE_WAYLAND=1
/usr/local/bin/sway -d -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment