ogarasu Hi. It's possible to disable the buttons, but I am not sure what you mean "alternate "reset" layout and sort on every login" ...
I don't include unique settings for hiding interface elements, because it would be too much, and they can easily be hidden with CSS anyway. Add a file custom.css with the following:
#change-layout, change-sort {
display: none;
}