2022-04-25 19:34:35 +02:00

52 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
:::
# layout
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/layout.in
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/window-commands.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">LAYOUT</span> <span class="synB">SAVE</span></code></pre></div>
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">LAYOUT</span> <span class="synB">RESET</span></code></pre></div>
## Parameters ##
| | |
| --- | --- |
| `SAVE`: | Saves your layout to the configuration. |
| `RESET`: | Removes the saved layout from the configuration. |
## Description ##
Saves the layout of your window configuration; the next time you connect
to the server, you will join the channels in the same window as before.
This method enables you to keep the same window layout when you start Irssi
the next time.
You will need to use the SAVE command to confirm and commit the changes
into the configuration file.
## Examples ##
/LAYOUT SAVE
/LAYOUT RESET
## See also ##
[SAVE](/documentation/help/1.0/save), [WINDOW](/documentation/help/1.0/window)