add penrose wm (#172)

This commit is contained in:
rinkimekari 2021-12-08 03:14:24 -05:00 committed by GitHub
parent 9fee329e98
commit aabde03419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
pfetch
View File

@ -1041,6 +1041,7 @@ get_wm() {
(*monsterwm*) wm=monsterwm ;; (*monsterwm*) wm=monsterwm ;;
(*wmaker*) wm='Window Maker' ;; (*wmaker*) wm='Window Maker' ;;
(*sowm*) wm=sowm ;; (*sowm*) wm=sowm ;;
(*penrose*) wm=penrose ;;
esac esac
done <<-EOF done <<-EOF
$(ps x) $(ps x)