Update gw2 script to refer to lutris version
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
a50d683f4c
commit
d57b0150cf
7 changed files with 13 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
||||||
"undoUsingBackspace": true,
|
"undoUsingBackspace": true,
|
||||||
"windowDefaultSize": [
|
"windowDefaultSize": [
|
||||||
924,
|
924,
|
||||||
336
|
962
|
||||||
],
|
],
|
||||||
"hPanePosition": 233,
|
"hPanePosition": 233,
|
||||||
"columnWidths": [
|
"columnWidths": [
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"undoUsingBackspace": true,
|
"undoUsingBackspace": true,
|
||||||
"windowDefaultSize": [
|
"windowDefaultSize": [
|
||||||
924,
|
924,
|
||||||
336
|
962
|
||||||
],
|
],
|
||||||
"hPanePosition": 233,
|
"hPanePosition": 233,
|
||||||
"columnWidths": [
|
"columnWidths": [
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"modes": [
|
"modes": [
|
||||||
1
|
1
|
||||||
],
|
],
|
||||||
"usageCount": 19,
|
"usageCount": 23,
|
||||||
"prompt": false,
|
"prompt": false,
|
||||||
"omitTrigger": false,
|
"omitTrigger": false,
|
||||||
"showInTrayMenu": false,
|
"showInTrayMenu": false,
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"backspace": true,
|
"backspace": true,
|
||||||
"ignoreCase": false,
|
"ignoreCase": false,
|
||||||
"immediate": false,
|
"immediate": false,
|
||||||
"triggerInside": false,
|
"triggerInside": true,
|
||||||
"wordChars": "[\\w]"
|
"wordChars": "[\\w]"
|
||||||
},
|
},
|
||||||
"hotkey": {
|
"hotkey": {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"backspace": true,
|
"backspace": true,
|
||||||
"ignoreCase": false,
|
"ignoreCase": false,
|
||||||
"immediate": false,
|
"immediate": false,
|
||||||
"triggerInside": false,
|
"triggerInside": true,
|
||||||
"wordChars": "[\\w]"
|
"wordChars": "[\\w]"
|
||||||
},
|
},
|
||||||
"hotkey": {
|
"hotkey": {
|
||||||
|
|
|
@ -40,7 +40,7 @@ exec google-chrome-beta
|
||||||
|
|
||||||
exec riot-desktop
|
exec riot-desktop
|
||||||
exec discord
|
exec discord
|
||||||
exec Thunar
|
exec nemo
|
||||||
exec Thunar
|
exec nemo
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
exec notable
|
exec notable
|
||||||
|
|
|
@ -32,6 +32,6 @@ exec_always --no-startup-id wallpaper
|
||||||
exec autokey-gtk
|
exec autokey-gtk
|
||||||
exec google-chrome-beta
|
exec google-chrome-beta
|
||||||
|
|
||||||
exec Thunar
|
exec nemo
|
||||||
exec Thunar
|
exec nemo
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
|
|
|
@ -12,6 +12,9 @@
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# ./gw2
|
# ./gw2
|
||||||
# Set custom wineprefix
|
# Set custom wineprefix
|
||||||
|
echo "Use Guild Wars 2 installed by Lutris!"
|
||||||
|
exit 1
|
||||||
|
|
||||||
export WINEPREFIX="${HOME}/Games/Guild_Wars_2/"
|
export WINEPREFIX="${HOME}/Games/Guild_Wars_2/"
|
||||||
|
|
||||||
# Set wine to 64-bit
|
# Set wine to 64-bit
|
||||||
|
@ -36,4 +39,4 @@ export STAGING_SHARED_MEMORY=1
|
||||||
export __GL_SHADER_DISK_CACHE_PATH="${WINEPREFIX}"
|
export __GL_SHADER_DISK_CACHE_PATH="${WINEPREFIX}"
|
||||||
|
|
||||||
# Run GW2 using some settings
|
# Run GW2 using some settings
|
||||||
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe"
|
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -autologin -nopatchui
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue