1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 19:31:50 +00:00
VirtScreen/virtscreen/assets/config.default.json
2018-06-25 04:30:45 -04:00

39 lines
No EOL
808 B
JSON

{
"version": "0.2.4",
"x11vncVersion": "0.9.15",
"theme_color": 8,
"virt": {
"device": "VIRTUAL1",
"width": 1368,
"height": 1024,
"portrait": false,
"hidpi": false
},
"vnc": {
"port": 5900,
"autostart": false
},
"displaySettingApp": "arandr",
"x11vncOptions": {
"-ncache": {
"available": null,
"enabled": false,
"arg": 10
},
"-multiptr": {
"available": null,
"enabled": true,
"arg": null
},
"-repeat": {
"available": null,
"enabled": true,
"arg": null
}
},
"customX11vncArgs": {
"enabled": false,
"value": ""
},
"presets": []
}