Hi, first you would change
'std' => 'no-sidebars',
to
'std' => 'right-sidebar',
in meta-boxes.php line 905
Then you can try going to functions.php where you will find the code after
/* REGISTER SIDEBARS
================================================== */
I recommend grabbing the paragraph of code for sidebar 3 and putting it right above the code for sidebar one, maybe that will change the dropdown position which will make sidebar 3 default.
If that doesn’t work I’d recommend setting up sidebar one as your default sidebar because that one will be chosen per default.
Cheers!