Created
February 28, 2020 16:29
-
-
Save aeifn/75e5318a8d09eee21e83a264f4aaeb6f 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 | |
| /usr/local/bin/sway -d -V |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment