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

Moved qml folder to assets

This commit is contained in:
Bumsik Kim 2018-05-31 01:25:18 -04:00
parent 34f8847f67
commit a106d380a2
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
9 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,33 @@
{
"version": "0.2",
"x11vncOptions": {
"-ncache": {
"description": "Client side caching",
"long_description": "Enables cache"
},
"-multiptr": {
"description": "Show mouse pointer",
"long_description": "This also enables input per-client."
}
},
"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": []
}
}
}