aboutsummaryrefslogtreecommitdiff
path: root/bin/startsway
blob: dc230eafbe40b17835400eb3d68538ea68178853 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_DESKTOP=sway
export WLR_RENDER=vulkan
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland

exec sway > ~/.sway.log