Move help and deprecated to their own files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user