aboutsummaryrefslogtreecommitdiff
path: root/bin/startsway
blob: 0b422be3991416297aeb70bb566c37ca7cbdf4f1 (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