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:
parent
0353e60f28
commit
04290f76db
2 changed files with 1 additions and 1 deletions
30
virtscreen/qml/data.json
Normal file
30
virtscreen/qml/data.json
Normal 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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue