Change default Posts page

This was answered in a previous question:

https://stackoverflow.com/questions/31434373/in-wordpress-how-do-i-set-the-default-admin-sort-order-for-a-custom-post-type-t#answer-31520570

This accepted answer will walk you through how to set up the pre_get_posts callback. That would be my recommendation.