Is it possible to change the default location that 'Files' opens into? Currently, it opens the 'Home' directory, but I would like it to open the 'Starred' directory.
Thank you!
You can change the default startup folder of nautilus by editing the .desktop launcher for Files, as detailed in this anwser. It boils down to copying the system wide launcher to your private .local/share/applications folder, and then editing the copy in that local folder. Edit it such that the Exec= lines read like
Exec=nautilus starred:///
In contrast to what is indicated in the related answer, you need to remove both --new-window and %U for this to work.
Users that wish to autostart in the "Recent" folder can supply recent:///.