Unverified Commit 34d55b87 authored by MeztliRA's avatar MeztliRA Committed by GitHub

Fixes #1636 (#1727)

parent 50a8bd28
...@@ -1769,7 +1769,7 @@ get_de() { ...@@ -1769,7 +1769,7 @@ get_de() {
((wm_run != 1)) && get_wm ((wm_run != 1)) && get_wm
# Temporary support for Regolith Linux # Temporary support for Regolith Linux
if [[ $DESKTOP_SESSION == regolith ]]; then if [[ $DESKTOP_SESSION == *regolith ]]; then
de=Regolith de=Regolith
elif [[ $XDG_CURRENT_DESKTOP ]]; then elif [[ $XDG_CURRENT_DESKTOP ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment