Game performance fine yesterday, today it is terrible

Hey guys, I installed EndeavourOS yesterday to start playing on a linux machine instead of windows and was perfectly fine playing CSGO at 100+fps

Today I’m not getting over 1fps in the main menu. Can anybody help with this? I’ve ran pacman -Qs nvidia and this is what I got:

[lukas@Endeavoros ~]$ pacman -Qs nvidia
local/bumblebee 3.2.1-20
NVIDIA Optimus support for Linux through VirtualGL
local/egl-wayland 1.1.5-1
EGLStream-based Wayland external platform
local/lib32-libvdpau 1.4-1
Nvidia VDPAU library
local/lib32-nvidia-utils 440.82-1
NVIDIA drivers utilities (32-bit)
local/libvdpau 1.4-1
Nvidia VDPAU library
local/libxnvctrl 440.82-1
NVIDIA NV-CONTROL X extension
local/nvidia 440.82-18
NVIDIA drivers for linux
local/nvidia-dkms 440.82-1
NVIDIA drivers - module sources
local/nvidia-installer 3-1
Script to setup nvidia drivers in EndeavourOS
local/nvidia-installer-db 2.2-1
Database for the script to setup nvidia drivers in EndeavourOS
local/nvidia-settings 440.82-1
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 440.82-1
NVIDIA drivers utilities

Edit: I am running a gtx 970, i7-4790k, and 12gb ddr3

Running “lspci -k | grep -PA3 ‘VGA|3D|Display’” I get:

[lukas@Endeavoros ~]$ lspci -k | grep -PA3 ‘VGA|3D|Display’
01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
Subsystem: ASUSTeK Computer Inc. GM204 [GeForce GTX 970]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia

Have you looked at htop to make sure nothing else is consuming lots of system resources?

Which DE(xfce/kde/gnome/etc) are you using? Is there a compositor running?

htop results seem normal
I’m running budgie and not sure what a compositor is

Try placing the results of inxi -Fxxxz within </> in a comment. That command provides pretty good info on your setup.