diff --git a/neofetch b/neofetch index a9ef9a54fc5..7dd64986943 100755 --- a/neofetch +++ b/neofetch @@ -2438,7 +2438,7 @@ get_de() { # TODO: # - New config option + flag: --de_display_server on/off ? # - Add display of X11, Arcan and anything else relevant. - [[ $de ]] && + [[ $de ]] && [[ $os != "Windows" ]] && de+=" (${XDG_SESSION_TYPE})" de_run=1