Skip to content

Commit

Permalink
Linux launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed Nov 23, 2024
1 parent 0bae95f commit d244bb0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/30-Host/Wtq.Host.Linux/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"profiles": {
"Wtq.Host.Linux": {
"commandName": "Project",
"workingDirectory": "/home/marco",
"environmentVariables": {
"WEBKIT_DISABLE_DMABUF_RENDERER": "1",
"WTQ_CONFIG_FILE": "/home/marco/.config/wtq/wtq.jsonc"
}
}
}
}

0 comments on commit d244bb0

Please sign in to comment.