diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-30 15:40:56 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-30 15:40:56 +0100 |
commit | 45ae0c1d67dcc11533022dc7c8fa242d2a394879 (patch) | |
tree | 1a34d2eaa1391c2120e4e8d20453c873a8484d32 /doc/pl | |
parent | c16dd6dcde95faf7234c61c658181e0f19f4a747 (diff) | |
download | weechat-45ae0c1d67dcc11533022dc7c8fa242d2a394879.zip |
core: rename option "add" to "store" in command /layout
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index 9e75652a4..c9eaf4a0a 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -476,22 +476,23 @@ Przykłady: [command]*`layout`* zarządzaj układami buforów/okien:: ---- -/layout add [<nazwa>] [buffers|windows] - apply [<nazwa>] [buffers|windows]|| leave - reset [<nazwa>] [buffers|windows] - rename <nazwa> <nowa_nazwa> - - add: tworzy układ używając obecnych buforów/okien - apply: stosuje zapisany układ - leave: opuszcza obecny układ (nie aktualizuje żadnego układu) - reset: resetuje bufory i/lub okna w zapisanym układzie - (jeśli zarówno bufory jak i okna zostaną zresetowane, 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. +/layout store [<name>] [buffers|windows] + apply [<name>] [buffers|windows] + leave + del [<name>] [buffers|windows] + rename <name> <new_name> + + store: store current buffers/windows in a layout + apply: apply saved layout + leave: leave current layout (does not update any layout) + del: delete buffers and/or windows in a saved layout + (if neither "buffers" nor "windows" is given after the name, the layout is deleted) + rename: rename a layout + name: name for saved layout (default is "default") +buffers: save/apply only buffers (order of buffers) +windows: save/apply only windows (buffer displayed by each window) + +Without argument, this command displays saved layouts. ---- [[command_weechat_mouse]] |