aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile b/profile
index 407d512..f57b934 100644
--- a/profile
+++ b/profile
@@ -32,6 +32,8 @@ read -r PROFILE_SELECTION
if [ "$PROFILE_SELECTION" -eq 1 ]; then
exec startx -- "vt$XDG_VTNR"
elif [ "$PROFILE_SELECTION" -eq 2 ]; then
+ export XDG_CURRENT_DESKTOP=sway
+ export MOZ_ENABLE_WAYLAND=1
exec sway
fi
unset PROFILE_SELECTION