From aa145708ee4027a8986fd83783e170cdcd914454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 20 Apr 2021 12:41:28 +0200 Subject: profile: sway desktop name --- private | 2 +- profile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/private b/private index 42a7cd1..25cbe32 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 42a7cd18ec8674a69b70d43931527553d24d7802 +Subproject commit 25cbe3222062ccd10147d93d8f89b053c51c8f77 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