Fix display of x11 (dylanaraps#2232)

This commit is contained in:
Jin-Asanami 2022-11-12 10:07:59 +09:00
parent b650fb0572
commit b8ee3d459a
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
1.0.3
Add VanillaOS (dylanaraps#2222)
Update Univalent' logo (own)
Fix display of $XDG_SESSION_TYPE (dylanaraps#2232)
1.0.2
Add Droidian (dylanaraps#2201)

View file

@ -2165,8 +2165,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
}