diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-30 23:55:57 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-30 23:55:57 +0300 |
| commit | cfc0e8e4d07c10fad540f791a344908d7941ed15 (patch) | |
| tree | 1872ee6c21a737f50a8ef6d3867164c9c89b7c06 | |
| parent | 29b09c8622621d032487c765439fcbff74a9febe (diff) | |
| download | pfetch-cfc0e8e4d07c10fad540f791a344908d7941ed15.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -680,6 +680,10 @@ get_editor() { } 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 '$DESKTOP_SESSION'. log de "${XDG_CURRENT_DESKTOP:-$DESKTOP_SESSION}" >&6 |
