diff options
author | bptato <nincsnevem662@gmail.com> | 2023-06-07 16:10:18 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-06-07 16:10:18 +0200 |
commit | 93848e0c93ef0203393c48c8d9b48a2b51743107 (patch) | |
tree | 35113b8c73e831ab76d5de9bf7897857cdd8ce6a /doc/config.md | |
parent | d78298ae3369374bf7bf31592513d112c75a9601 (diff) | |
download | chawan-93848e0c93ef0203393c48c8d9b48a2b51743107.tar.gz |
Add XTERM title renaming
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/config.md b/doc/config.md index 6b6d5dd2..2cf0a02d 100644 --- a/doc/config.md +++ b/doc/config.md @@ -15,9 +15,11 @@ omnirule = [] # note: this must be placed at the beginning of the file. [[omnirule]] # this is legal. all default omni-rules are now disabled. ``` -Chawan will look for a config file in the ~/.config/chawan/ directory called -`config.toml`. See the default configuration file in the res/ folder, and -bonus configuration files in the bonus/ folder for further examples. +Chawan will look for a config file in the $XDG_CONFIG_HOME/chawan/ (or +directory called `config.toml`. (Chawan defaults to ~/.config if the +XDG_CONFIG_HOME environment variable is not set.) See the default configuration +file in the res/ folder, and bonus configuration files in the bonus/ folder +for further examples. **Table of contents** @@ -263,6 +265,12 @@ black background, etc).</td> <td>Force the screen to be completely cleared every time it is redrawn.</td> </tr> +<tr> +<td>set-title</td> +<td>boolean</td> +<td>Set the terminal emulator's window title to that of the current page.</td> +</tr> + </table> ## Omnirule |