diff options
Diffstat (limited to 'conf/areas.json')
-rw-r--r-- | conf/areas.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/areas.json b/conf/areas.json index 03ddfe4..25d2e07 100644 --- a/conf/areas.json +++ b/conf/areas.json @@ -80,6 +80,15 @@ "w": 1080, "h": 1488 } + }, + { + "name": "remote.fullscreen", + "rect": { + "x": 0, + "y": 0, + "w": 640, + "h": 720 + } } ] } |