Move help and deprecated to their own files

This commit is contained in:
ducoterra
2023-08-31 08:49:57 -04:00
parent 4604be298b
commit 5d9feac36f
4 changed files with 152 additions and 110 deletions

View File

@@ -36,24 +36,45 @@ Include = /etc/pacman.d/mirrorlist
```
```bash
sudo pacman -S steam
pacman -S steam
```
When prompted (on AMD) use vulkan-radeon
When prompted use vulkan-radeon on AMD and vulkan-intel on intel.
### Streaming not working
<https://wiki.archlinux.org/title/Steam/Troubleshooting#Steam_Remote_Play_issues>
1. Try launching steam through the command line. This might unbreak streaming permanently
2. `pamcan -S lib32-libva-intel-driver libva-intel-driver lib32-libcanberra`
## VSCode
For the open source version of code install `code`:
```bash
pacman -S code
```
## XWayland
Provides compatibility with X server applications (like wine)
1. `sudo pacman -S xorg-xwayland`
```bash
pacman -S xorg-xwayland
```
## Wine
`pacman -S wine`
```bash
pacman -S wine
```
## Spotify
`pacman -S spotify-launcher`
```bash
pacman -S spotify-launcher
```
## VLC
@@ -61,6 +82,12 @@ Provides compatibility with X server applications (like wine)
pacman -S vlc
```
## Remote Desktop
```bash
pacman -S remmina freerdp
```
## AppImages
### Bitwarden