if ps -e | grep -q Xorg||pgrep -af wayland|sed /grep/d|grep -q wayland; then
exit 0
else
exit 1
fi
