Files
Workstation/arch/gaming.md
2023-08-31 08:49:57 -04:00

1.7 KiB

Gaming

Discord

mv ~/Downloads/Discord ~/Applications/Discord
[Desktop Entry]
Name=Discord
Exec=/home/ducoterra/Applications/Discord/Discord
Icon=/home/ducoterra/Applications/Discord/discord.png
Type=Application

Steam

https://wiki.archlinux.org/title/Official_repositories#multilib

Edit /etc/pacman.conf

[multilib]
Include = /etc/pacman.d/mirrorlist
pacman -S steam

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:

pacman -S code

XWayland

Provides compatibility with X server applications (like wine)

pacman -S xorg-xwayland

Wine

pacman -S wine

Spotify

pacman -S spotify-launcher

VLC

pacman -S vlc

Remote Desktop

pacman -S remmina freerdp

AppImages

Bitwarden

https://bitwarden.com/download/

mv ~/Downloads/Bitwarden*.AppImage ~/Applications/Bitwarden.AppImage
chmod +x ~/Applications/*.AppImage
[Desktop Entry]
Name=Bitwarden
Exec=/home/ducoterra/Applications/Bitwarden.AppImage
Icon=/home/ducoterra/.icons/bitwarden.png
Type=Application