1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

data.json: moved from data folder to qml

This commit is contained in:
Bumsik Kim 2018-05-30 14:51:40 -04:00
parent 0353e60f28
commit 04290f76db
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
2 changed files with 1 additions and 1 deletions

30
virtscreen/qml/data.json Normal file
View file

@ -0,0 +1,30 @@
{
"version": "0.2",
"x11vncOptions": {
"-ncache": {
"description": "Cache",
"long_description": "Enables cache"
},
"-multiptr": {
"description": "Show mouse pointer",
"long_description": "This also enables input per-client."
}
},
"displaySettingApps": {
"gnome": {
"name": "GNOME",
"args": "gnome-control-center display",
"XDG_CURRENT_DESKTOP": ["gnome", "unity"]
},
"kde": {
"name": "KDE",
"args": "kcmshell5 kcm_kscreen",
"XDG_CURRENT_DESKTOP": ["kde"]
},
"arandr": {
"name": "ARandR",
"args": "arandr",
"XDG_CURRENT_DESKTOP": []
}
}
}