Add missing env variable for Sway

This commit is contained in:
Yorick Barbanneau 2024-01-08 14:34:57 +01:00
parent 1b1a6c5749
commit 0cf7564c91

View file

@ -18,5 +18,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORMTHEME="gtk3"
export NO_AT_BRIDGE=1
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
exec ~/.local/bin/sway.sh
fi