diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 28 |
2 files changed, 19 insertions, 11 deletions
diff --git a/doc/it/autogen/plugin_api/completions.txt b/doc/it/autogen/plugin_api/completions.txt index 9333d2c94..358ddc6e0 100644 --- a/doc/it/autogen/plugin_api/completions.txt +++ b/doc/it/autogen/plugin_api/completions.txt @@ -106,6 +106,8 @@ | weechat | keys_contexts | contesti del tasto +| weechat | layouts_names | names of layouts + | weechat | nicks | nick nella lista nick del buffer corrente | weechat | palette_colors | Tavolozza dei colori diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 6ddbb72f9..feff059d9 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -447,17 +447,23 @@ Esempi: [[command_weechat_layout]] [command]*`layout`* salva/applica/ripristina il layout per i buffer e le finestre:: ........................................ -/layout save [buffers|windows] - apply [buffers|windows] - reset [buffers|windows] - - save: salva il layout corrente - apply: applica il layout salvato - reset: elimina il layout salvato -buffers: salva/applica modifiche solo ai buffer (ordine dei buffer) -windows: salva/applica modifiche solo alle finestre (buffer visualizzato da ogni finestra) - -Senza argomenti, il comando visualizza il layout salvato. +/layout save [<name>] [buffers|windows] + apply [<name>] [buffers|windows] + leave + reset [<name>] [buffers|windows] + rename <name> <new_name> + + save: save current layout + apply: apply saved layout + leave: leave current layout (does not update any layout) + reset: reset buffers and/or windows in a saved layout + (if both buffers and windows are reset, the layout is removed) + 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]] |