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

40 lines
1.1 KiB
JSON
Raw Normal View History

2018-05-30 03:42:32 +00:00
{
2018-06-25 08:30:45 +00:00
"version": "0.2.4",
2018-05-30 03:42:32 +00:00
"x11vncOptions": {
"-ncache": {
2018-05-31 06:48:07 +00:00
"value": "-ncache",
2018-05-31 05:25:18 +00:00
"description": "Client side caching",
2018-05-30 03:42:32 +00:00
"long_description": "Enables cache"
},
"-multiptr": {
2018-05-31 06:48:07 +00:00
"value": "-multiptr",
2018-05-30 03:42:32 +00:00
"description": "Show mouse pointer",
"long_description": "This also enables input per-client."
2018-05-31 06:48:07 +00:00
},
"-repeat": {
"value": "-repeat",
"description": "Keyboard auto repeating",
"long_description": "Enables X server key auto repeat"
2018-05-30 03:42:32 +00:00
}
},
"displaySettingApps": {
"gnome": {
"value": "gnome",
2018-05-30 03:42:32 +00:00
"name": "GNOME",
"args": "gnome-control-center display",
"XDG_CURRENT_DESKTOP": ["gnome", "unity"]
},
"kde": {
"value": "kde",
2018-05-30 03:42:32 +00:00
"name": "KDE",
"args": "kcmshell5 kcm_kscreen",
"XDG_CURRENT_DESKTOP": ["kde"]
},
"arandr": {
"value": "arandr",
2018-05-30 03:42:32 +00:00
"name": "ARandR",
"args": "arandr",
"XDG_CURRENT_DESKTOP": []
}
}
}