Hypr/example/.vscode/tasks.json

10 lines
211 B
JSON
Raw Permalink Normal View History

2021-11-26 20:54:40 +01:00
{
"version": "2.0.0",
"tasks": [
{
"label": "setdisplay",
"command": "export DISPLAY=:1", // Could be any other shell command
"type": "shell"
}
]
}