diff options
-rw-r--r-- | .config/toot/settings.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/toot/settings.toml b/.config/toot/settings.toml new file mode 100644 index 0000000..0d74959 --- /dev/null +++ b/.config/toot/settings.toml @@ -0,0 +1,10 @@ +[common] +#color = true +color = false + +[commands.post] +editor = "vim" + +#[commands.tui] +#colors = 1 + |