If you see a game you think you’d enjoy, go for it.
Personally I find that I’m not super into video games as an adult just because I don’t have the time, and I don’t find them very fun in short bursts. And when I do have the time I always think to myself I’d be better off spending it on a “productive” hobby like programming. That’s an entirely personal thing for me, but it may be something you want to consider, ie if you want to learn a hobby that’s also considered a real world skill so to speak, and one that could give you products of your hobby you can actually use and enjoy (eg programming, crochet, cooking, woodworking, etc—so creative hobbies).
Also, feel free to pirate a game if you don’t know if it’s worth the investment, especially since you won’t have a reference point of games you do enjoy. I have no ethical quandary with pirating any game, but if you do, you can just buy the game if you like it, and that way you won’t waste money on a game you only get 5% of the way through before getting bored.
I would say not enough info, because on Linux there’s not one particular way to do “startup applications”. It could be a service managed by your service manager (systemd in Manjaro’s case), but unlikely if this is a graphical application you’re talking about. It could be started by your
~/.bash_profile
(or zsh equivalent). It could be started by your DE or Wayland compositor. If this is a graphical application (i.e. an actual window pops up when you log in) I’m guessing maybe~/.bash_profile
, since how would this AUR package know to add itself to startup programs in your DE or compositor or WM when there are so many options this could be?What AUR package did you install?