From f4facc64d594ac812b6708016d62460f1a9c9bb8 Mon Sep 17 00:00:00 2001 From: zaiic Date: Wed, 14 Feb 2024 20:25:18 +0800 Subject: [PATCH] doc(README): update README --- README.md | 6 +++++- config.toml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ececdc..bda3119 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ copy-command = "wl-copy" annotation-size-factor = 2 # Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png" +# Hide toolbars by default +default-hide-toolbars = false # custom colours for the colour palette [color-palette] @@ -96,7 +98,7 @@ Options: --fullscreen Start Satty in fullscreen mode --output-filename - Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html + Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: --early-exit Exit directly after copy/save action --initial-tool @@ -105,6 +107,8 @@ Options: Configure the command to be called on copy, for example `wl-copy` --annotation-size-factor Increase or decrease the size of the annotations + -d, --default-hide-toolbars + Hide toolbars by default -h, --help Print help -V, --version diff --git a/config.toml b/config.toml index b73c291..4bf65f6 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,8 @@ copy-command = "wl-copy" annotation-size-factor = 2 # Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png" +# Hide toolbars by default +dafault-hide-toolbars = false # custom colours for the colour palette [color-palette]