diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-27 10:35:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-27 10:35:04 +0200 |
commit | e84a3676f66f47d84a63f4f5f193c58b2b415d7f (patch) | |
tree | 025e9bdf5f4109eaf83b5503fc822e17d3081bb2 /doc/pl | |
parent | 253598d83c8d25e4d42ac8a18c586c1b8cd85b19 (diff) | |
download | weechat-e84a3676f66f47d84a63f4f5f193c58b2b415d7f.zip |
core: add note about buffers that are not opened in /help layout
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index 741255379..aca76917d 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -1660,19 +1660,21 @@ Przykłady: del [<nazwa>] [buffers|windows] rename <nazwa> <nowa nazwa> - store: zachowuje układ używając obecnych buforów/okien - apply: stosuje zapisany układ - leave: opuszcza obecny układ (nie aktualizuje żadnego układu) - del: usuwa bufory i/lub okna w zapisanym układzie - (jeśli zarówno "buffers" jak i "windows" nie zostaną podane po nazwie, układ jest kasowany) - rename: zmienia nazwę układu - nazwa: nazwa zapisanego układu (domyślnie "default") -buffers: zapisuje/stosuje tylko bufory (kolejność buforów) -windows: zapisuje/stosuje tylko okna (bufory wyświetlane w każdym oknie) - -Komenda wywołana bez argumentów wyświetli zapisane układy. - -Obecny układ można zapisać podczas wykonywania komendy /quit za pomocą opcji "weechat.look.save_layout_on_exit". + store: store current buffers/windows in a layout + apply: apply stored layout + leave: leave current layout (does not update any layout) + del: delete buffers and/or windows in a stored layout + (if neither "buffers" nor "windows" is given after the name, the layout is deleted) + rename: rename a layout + name: name for stored layout (default is "default") +buffers: store/apply only buffers (order of buffers) +windows: store/apply only windows (buffer displayed by each window) + +Without argument, this command displays stored layouts. + +The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit". + +Note: the layout only remembers windows split and buffers numbers. It does not open buffers. That means for example you must still auto-join IRC channels to open the buffers, the saved layout only applies once the buffers are opened. ---- [[command_weechat_mouse]] |