docs: update
This commit is contained in:
parent
29b09c8622
commit
cfc0e8e4d0
4
pfetch
4
pfetch
|
@ -680,6 +680,10 @@ get_editor() {
|
||||||
}
|
}
|
||||||
|
|
||||||
get_de() {
|
get_de() {
|
||||||
|
# This only supports Xorg related desktop environments though
|
||||||
|
# this is fine as knowing the desktop envrionment on Windows,
|
||||||
|
# macOS etc is useless (they'll always report the same value).
|
||||||
|
#
|
||||||
# Display the value of '$XDG_CURRENT_DESKTOP', if it's empty,
|
# Display the value of '$XDG_CURRENT_DESKTOP', if it's empty,
|
||||||
# display the value of '$DESKTOP_SESSION'.
|
# display the value of '$DESKTOP_SESSION'.
|
||||||
log de "${XDG_CURRENT_DESKTOP:-$DESKTOP_SESSION}" >&6
|
log de "${XDG_CURRENT_DESKTOP:-$DESKTOP_SESSION}" >&6
|
||||||
|
|
Loading…
Reference in New Issue
Block a user