diff options
author | Karel Kočí <cynerd@email.cz> | 2021-04-20 12:41:28 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-04-20 12:41:28 +0200 |
commit | aa145708ee4027a8986fd83783e170cdcd914454 (patch) | |
tree | d13030c20c07a2796ff1e424f9f3b7a22e7abdb5 /profile | |
parent | e8117b073271a7587dbff923878e8774b35bff3b (diff) | |
download | myconfigs-aa145708ee4027a8986fd83783e170cdcd914454.tar.gz myconfigs-aa145708ee4027a8986fd83783e170cdcd914454.tar.bz2 myconfigs-aa145708ee4027a8986fd83783e170cdcd914454.zip |
profile: sway desktop name
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |