diff --git a/arch/gaming.md b/arch/gaming.md
index 785548b..6dcadd7 100644
--- a/arch/gaming.md
+++ b/arch/gaming.md
@@ -4,14 +4,15 @@
- [Discord](#discord)
- [Steam](#steam)
- [Streaming not working](#streaming-not-working)
+ - [ProtonUp-QT](#protonup-qt)
- [VSCode](#vscode)
- [XWayland](#xwayland)
- [Wine](#wine)
- [Spotify](#spotify)
- [VLC](#vlc)
- [Remote Desktop](#remote-desktop)
- - [AppImages](#appimages)
- - [Bitwarden](#bitwarden)
+ - [Bitwarden](#bitwarden)
+ - [OBS](#obs)
## Discord
@@ -54,6 +55,23 @@ packages and rebooting does nothing to fix the crashing, starting and enabling `
1. `pacman -S lib32-libcanberra lib32-libva-intel-driver libva-intel-driver`
2. `systemctl enable --now ufw`
+## ProtonUp-QT
+
+
+
+```bash
+mv ~/Downloads/ProtonUp-Qt*.AppImage ~/Applications/ProtonUp-Qt.AppImage
+chmod +x ~/Applications/*.AppImage
+```
+
+```conf
+[Desktop Entry]
+Name=ProtonUp-Qt
+Exec=/home/ducoterra/Applications/ProtonUp-Qt.AppImage
+Icon=/home/ducoterra/.icons/ProtonUp-Qt.png
+Type=Application
+```
+
## VSCode
For the open source version of code install `code`:
@@ -94,9 +112,7 @@ pacman -S vlc
pacman -S remmina freerdp
```
-## AppImages
-
-### Bitwarden
+## Bitwarden
@@ -112,3 +128,14 @@ Exec=/home/ducoterra/Applications/Bitwarden.AppImage
Icon=/home/ducoterra/.icons/bitwarden.png
Type=Application
```
+
+## OBS
+
+```bash
+pacman -S obs-studio qt6-wayland
+yay -S obs-vkcapture-git
+```
+
+Add "Game Capture" to your scene.
+
+Start your games with `env OBS_VKCAPTURE=1 %command%.`