aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wayland-start
blob: a2be14bbee752421de1d2cbfb0a77bb7f85ba37c (plain) (blame)
1
2
3
4
5
6
7
8
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