diff --git a/README.md b/README.md index 18b24ac..968914f 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,13 @@ As long as you have your `GOBIN` environment variable set up properly (and in `P ## Configuration -Aminal looks for a config file in `~/.aminal.toml`, and will write one there the first time it runs, if it doesn't already exist. +Aminal looks for a config file in the following places, and stops when it finds one: + +* `$XDG_CONFIG_HOME/aminal/config.toml` +* `$HOME/.config/aminal/config.toml` +* `$HOME/.aminal.toml` + +It will write a config file to whichever of those directories exists (preferring the top of the list) the first time it runs, if one doesn't already exist. You can ignore the config and use defaults by specifying `--ignore-config` as a CLI flag. @@ -92,7 +98,7 @@ You can ignore the config and use defaults by specifying `--ignore-config` as a debug = false # Enable debug logging to stdout. Defaults to false. slomo = false # Enable slow motion output mode, useful for debugging shells/terminal GUI apps etc. Defaults to false. shell = "/bin/bash" # The shell to run for the terminal session. Defaults to the users shell. -search_url = "https://www.google.com/search?q=$QUERY" # The search engine to use for the "search selected text" action. Defaults to google. Set this to your own search url using $QUERY as the keywords to replcae when searching. +search_url = "https://www.google.com/search?q=$QUERY" # The search engine to use for the "search selected text" action. Defaults to google. Set this to your own search url using $QUERY as the keywords to replace when searching. [colours] cursor = "#e8dfd6" diff --git a/hint.colour.png b/hint.colour.png deleted file mode 100644 index c0ec105..0000000 Binary files a/hint.colour.png and /dev/null differ diff --git a/hint.png b/hint.png deleted file mode 100644 index 69eadbe..0000000 Binary files a/hint.png and /dev/null differ diff --git a/powerline.png b/powerline.png deleted file mode 100644 index 7d164ef..0000000 Binary files a/powerline.png and /dev/null differ diff --git a/sixel.png b/sixel.png deleted file mode 100644 index 771a218..0000000 Binary files a/sixel.png and /dev/null differ