feat(session-select): added Unicorn support (Rhino Linux XFCE rebrending)

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-10 09:11:17 +05:00
parent 9e31dcb046
commit aed7041e7b
2 changed files with 5 additions and 3 deletions

View File

@ -91,7 +91,7 @@ case "$session" in
[[ "$KDE6" != "true" ]] && session_launcher="plasmawayland"
elif [[ "$de_normalized" == *hyprland* ]]; then
session_launcher="hyprland"
elif [[ "$de_normalized" == *xfce* ]]; then
elif [[ "$de_normalized" == *xfce* && "$de_normalized" != *unicorn* ]]; then
session_launcher="xfce-wayland"
fi
else
@ -104,6 +104,8 @@ case "$session" in
[[ "$KDE6" != "true" ]] && session_launcher="plasma"
elif [[ "$de_normalized" == *mate* ]]; then
session_launcher="mate"
elif [[ "$de_normalized" == *unicorn* ]]; then
session_launcher="unicorn"
elif [[ "$de_normalized" == *xfce* ]]; then
session_launcher="xfce"
fi