diff --git a/inxi b/inxi index 419e2b0..48e9a0a 100755 --- a/inxi +++ b/inxi @@ -2587,6 +2587,8 @@ detect_desktop_environment() desktop_environment='FVWM-Crystal' elif [[ -n $( grep -is 'fvwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then desktop_environment='FVWM' + elif [[ -n $( grep -is 'pekwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then + desktop_environment='PEKWM' elif [[ -n $( grep -is 'awesome' <<< "$ps_aux" | grep -v 'grep' ) ]];then desktop_environment='Awesome' fi