Don't try to display XDG_SESSION_TYPE on Windows
This commit is contained in:
@@ -2438,7 +2438,7 @@ get_de() {
|
|||||||
# TODO:
|
# TODO:
|
||||||
# - New config option + flag: --de_display_server on/off ?
|
# - New config option + flag: --de_display_server on/off ?
|
||||||
# - Add display of X11, Arcan and anything else relevant.
|
# - Add display of X11, Arcan and anything else relevant.
|
||||||
[[ $de ]] &&
|
[[ $de ]] && [[ $os != "Windows" ]] &&
|
||||||
de+=" (${XDG_SESSION_TYPE})"
|
de+=" (${XDG_SESSION_TYPE})"
|
||||||
|
|
||||||
de_run=1
|
de_run=1
|
||||||
|
|||||||
Reference in New Issue
Block a user