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