This commit is contained in:
Tommy Miland 2022-11-11 11:49:35 +00:00 committed by GitHub
commit 30f30e128f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1883,8 +1883,8 @@ get_de() {
# TODO:
# - New config option + flag: --de_display_server on/off ?
# - Add display of X11, Arcan and anything else relevant.
[[ $de && $WAYLAND_DISPLAY ]] &&
de+=" (Wayland)"
[[ $de ]] &&
de+=" (${XDG_SESSION_TYPE})"
de_run=1
}