diff options
author | 90 <hi@90.gripe> | 2024-04-08 18:46:27 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-12 22:57:57 +0200 |
commit | 8c3f16dbe3e6ea2998cc804bdb02d92d84b21149 (patch) | |
tree | 27bc19c9b5bad0b6c6d1bc538a43caad54a03cc5 /doc/it | |
parent | 3bfe4e52ca57a9166335a7da9ec5dd2ba2622dc6 (diff) | |
download | weechat-8c3f16dbe3e6ea2998cc804bdb02d92d84b21149.zip |
core: add support for $XDG_STATE_HOME
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index f3d001cac..a30583725 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -3133,13 +3133,16 @@ expanded to last): | `+${weechat_xxx_dir}+` | 3.2 | A WeeChat directory: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`, - `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`. + `+${weechat_state_dir}+`, `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`. | >> `+${weechat_config_dir}+` + == `+/home/user/.config/weechat+` + + >> `+${weechat_data_dir}+` + == `+/home/user/.local/share/weechat+` + + + >> `+${weechat_state_dir}+` + + == `+/home/user/.local/state/weechat+` + + + >> `+${weechat_cache_dir}+` + == `+/home/user/.cache/weechat+` + + @@ -4550,6 +4553,7 @@ Argomenti: strings to force a specific WeeChat directory (WeeChat ≥ 3.2): ** `${weechat_config_dir}` ** `${weechat_data_dir}` (default) +** `${weechat_state_dir}` ** `${weechat_cache_dir}` ** `${weechat_runtime_dir}` * _mode_: modalità per la cartella |