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

export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_DESKTOP=sway
export WLR_RENDERER=vulkan
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=qt5ct

exec sway > ~/.sway.log