Created
March 9, 2020 08:29
-
-
Save aeifn/76ee23e1c4ef3fcac5d349162c0cd6e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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