mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-02 14:55:57 +01:00
10 lines
No EOL
211 B
JSON
10 lines
No EOL
211 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "setdisplay",
|
|
"command": "export DISPLAY=:1", // Could be any other shell command
|
|
"type": "shell"
|
|
}
|
|
]
|
|
} |