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

40 lines
No EOL
1.1 KiB
JSON

{
"version": "0.2.4",
"x11vncOptions": {
"-ncache": {
"value": "-ncache",
"description": "Client side caching",
"long_description": "Enables cache"
},
"-multiptr": {
"value": "-multiptr",
"description": "Show mouse pointer",
"long_description": "This also enables input per-client."
},
"-repeat": {
"value": "-repeat",
"description": "Keyboard auto repeating",
"long_description": "Enables X server key auto repeat"
}
},
"displaySettingApps": {
"gnome": {
"value": "gnome",
"name": "GNOME",
"args": "gnome-control-center display",
"XDG_CURRENT_DESKTOP": ["gnome", "unity"]
},
"kde": {
"value": "kde",
"name": "KDE",
"args": "kcmshell5 kcm_kscreen",
"XDG_CURRENT_DESKTOP": ["kde"]
},
"arandr": {
"value": "arandr",
"name": "ARandR",
"args": "arandr",
"XDG_CURRENT_DESKTOP": []
}
}
}