Hardcode default config, and document how config works

This commit is contained in:
2023-11-18 11:27:32 +01:00
parent fec449b933
commit 2856dd0504
5 changed files with 35 additions and 10 deletions

View File

@ -3,15 +3,7 @@
{
"user_id": "@alice:example.org",
"password": "hunter2",
// Optional: "device_name": "ratatrix on <hostname>",
},
],
"keybindings": {
"Home": {
"<Ctrl-d>": "/quit",
"<Ctrl-c>": "/quit",
"<Ctrl-z>": "/suspend",
"<Alt-left>": "/previous",
"<Alt-right>": "/next",
},
}
}

4
.config/config.toml Normal file
View File

@ -0,0 +1,4 @@
[[accounts]]
user_id = "@alice:example.com"
password = "hunter2"
# Optional: device_name = "ratatrix on <hostname>"