summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/weechat_commands.xml14
-rw-r--r--doc/en/autogen/weechat_options.xml18
2 files changed, 30 insertions, 2 deletions
diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml
index 37cbad672..63f17c4c9 100644
--- a/doc/en/autogen/weechat_commands.xml
+++ b/doc/en/autogen/weechat_commands.xml
@@ -139,6 +139,18 @@ bind/unbind keys
unbind: unbind a key
reset: restore bindings to the default values and delete ALL personal bindings (use carefully!)
</programlisting>
+<command>layout [[save | apply | reset] [buffers | windows]]</command>
+<programlisting>
+save/apply/reset layout for buffers and windows
+
+ save: save current layout
+ apply: apply saved layout
+ reset: remove saved layout
+buffers: save/apply only buffers (order of buffers)
+windows: save/apply only windows (buffer displayed by each window)
+
+Without argument, this command displays saved layout.
+</programlisting>
<command>plugin [list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload [name]] | [unload [name]]</command>
<programlisting>
list/load/unload plugins
@@ -150,7 +162,7 @@ autoload: autoload plugins in system or user directory
reload: reload one plugin (if no name given, unload all plugins, then autoload plugins)
unload: unload one or all plugins
-Without argument, /plugin command lists loaded plugins.
+Without argument, this command lists loaded plugins.
</programlisting>
<command>quit</command>
<programlisting>
diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml
index b89ec8d79..1b4a7fd17 100644
--- a/doc/en/autogen/weechat_options.xml
+++ b/doc/en/autogen/weechat_options.xml
@@ -1734,7 +1734,7 @@
</listitem>
</itemizedlist>
-<command>weechat.look.save_on_exit</command>
+<command>weechat.look.save_config_on_exit</command>
<itemizedlist>
<listitem>
<para>description: save configuration file on exit</para>
@@ -1750,6 +1750,22 @@
</listitem>
</itemizedlist>
+<command>weechat.look.save_layout_on_exit</command>
+<itemizedlist>
+ <listitem>
+ <para>description: save layout on exit (buffers, windows, or both)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: none, buffers, windows, all</para>
+ </listitem>
+ <listitem>
+ <para>default value: all</para>
+ </listitem>
+</itemizedlist>
+
<command>weechat.look.scroll_amount</command>
<itemizedlist>
<listitem>