diff options
Diffstat (limited to '.local/bin/wayland-start')
-rwxr-xr-x | .local/bin/wayland-start | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/wayland-start b/.local/bin/wayland-start new file mode 100755 index 0000000..a2be14b --- /dev/null +++ b/.local/bin/wayland-start @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +export SDL_VIDEODRIVER=wayland +export _JAVA_AWT_WM_NONREPARENTING=1 +export QT_QPA_PLATFORM=wayland +export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_DESKTOP=sway + +exec sway |