forked from PsychoticNinja/ailin-nemui-irssi
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
:::{note} You are reading the help for the development version. **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/save), [WINDOW](/documentation/help/window)
|
||
|