From aa145708ee4027a8986fd83783e170cdcd914454 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Tue, 20 Apr 2021 12:41:28 +0200
Subject: profile: sway desktop name

---
 profile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'profile')

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
-- 
cgit v1.2.3