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": {
"address": "10.11.99.1",
"username": "root",
"key": "~/.ssh/id_rsa",
"address": ["10.11.99.1"],
"timeout": 2
},
"orientation": "auto",
"pen_size": 10,
"pen_size": 15,
"pen_color": "red",
"pen_trail": 1000,
"background_color": "black",
"hide_pen_on_press": false
"pen_trail": 200,
"background_color": "white",
"hide_pen_on_press": true
}