Example config has default settings

So people copying it blindly don't inherit weird settings
This commit is contained in:
Emanuele 2020-12-21 01:13:08 +01:00
parent 44a0bfe047
commit c67cbb0007

View file

@ -1,14 +1,12 @@
{ {
"ssh": { "ssh": {
"address": "10.11.99.1", "address": ["10.11.99.1"],
"username": "root",
"key": "~/.ssh/id_rsa",
"timeout": 2 "timeout": 2
}, },
"orientation": "auto", "orientation": "auto",
"pen_size": 10, "pen_size": 15,
"pen_color": "red", "pen_color": "red",
"pen_trail": 1000, "pen_trail": 200,
"background_color": "black", "background_color": "white",
"hide_pen_on_press": false "hide_pen_on_press": true
} }