• 3 Posts
  • 154 Comments
Joined 2 years ago
cake
Cake day: August 19th, 2023

help-circle














  • Nah, I don’t like running stuff on startup because I use the laptop for personal stuff also. Not going to open slack/email when I’m off. I don’t move them manually, I use window rules for them to open in a specific activity.

    custart() {
      nohup slack --enable-features=WebRTCPipeWireCapturer & echo "Slack started"
      nohup spotify & echo "Spotify started"
      nohup datagrip & echo "Datagrip started"
      nohup birdtray & echo "Thunderbird started"
      nohup surfshark & echo "Surfshark started"
      nohup flatpak run --branch=stable --arch=x86_64 --command=teams-for-linux --file-forwarding com.github.IsmaelMartinez.teams_for_linux @@u %U @@ & echo "MS Teams started"
    }
    


  • Do you want to post the output of running fallout 4 through steam from the terminal?

    steam steam://rungameid/377160

    In my experience it’s usually some graphics issue. I see your GPU is 2014 model so maybe you need to use the legacy nvidia driver?

    My strategy would be trying to find an error somewhere in some diagnostics or by running a game and then take it from there.