Hardcode default config, and document how config works
This commit is contained in:
@ -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
4
.config/config.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[[accounts]]
|
||||
user_id = "@alice:example.com"
|
||||
password = "hunter2"
|
||||
# Optional: device_name = "ratatrix on <hostname>"
|
Reference in New Issue
Block a user