add obs, protonup-qt

This commit is contained in:
ducoterra
2023-09-02 23:42:39 -04:00
parent 3611428a2a
commit 44ecf95db1

View File

@@ -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
<https://davidotek.github.io/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
<https://bitwarden.com/download/>
@@ -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%.`