feat(nvim): add more plugins
This commit is contained in:
parent
304e4dffe7
commit
91ec79a66a
4 changed files with 45 additions and 15 deletions
11
scripts/games/launch_gw2.sh
Executable file
11
scripts/games/launch_gw2.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export DXVK_ASYNC=1
|
||||
export MANGOHUD=1
|
||||
export RADV_PERFTEST="gpl"
|
||||
|
||||
export WINEFSYNC=1
|
||||
export WINEPREFIX=/home/wizardlink/Games/guild_wars_2/
|
||||
export WINEARCH="win64"
|
||||
|
||||
gamemoderun wine64 /home/wizardlink/Games/guild_wars_2/drive_c/Program\ Files/Guild\ Wars\ 2/Gw2-64.exe
|
Loading…
Add table
Add a link
Reference in a new issue