mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Python pacakge structure and installing it as python packages
This commit is contained in:
parent
9001fee975
commit
f87702f638
19 changed files with 264 additions and 31 deletions
16
virtscreen/data/config.default.json
Normal file
16
virtscreen/data/config.default.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": 0.1,
|
||||
"theme_color": 8,
|
||||
"virt": {
|
||||
"device": "VIRTUAL1",
|
||||
"width": 1368,
|
||||
"height": 1024,
|
||||
"portrait": false,
|
||||
"hidpi": false
|
||||
},
|
||||
"vnc": {
|
||||
"port": 5900,
|
||||
"autostart": false
|
||||
},
|
||||
"presets": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue