1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-15 04:41:50 +00:00
VirtScreen/virtscreen/assets/config.default.json

30 lines
610 B
JSON
Raw Normal View History

2018-05-11 20:29:36 +00:00
{
2018-05-30 03:42:32 +00:00
"version": "0.2",
"x11vncVersion": "0.9.15",
2018-05-16 04:29:15 +00:00
"theme_color": 8,
2018-05-11 20:29:36 +00:00
"virt": {
"device": "VIRTUAL1",
"width": 1368,
"height": 1024,
"portrait": false,
"hidpi": false
},
"vnc": {
"port": 5900,
"autostart": false
},
2018-05-30 03:42:32 +00:00
"displaySettingApp": "arandr",
"x11vncOptions": {
"-ncache": {
"available": null,
"enabled": false,
"arg": 10
},
"-multiptr": {
"available": null,
"enabled": true,
"arg": null
}
},
2018-05-11 20:29:36 +00:00
"presets": []
}