diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-11 05:31:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-11 05:31:00 +0000 |
commit | 022f1db56fcd02f7c6082685beade28350f897be (patch) | |
tree | a176d6904c7c459ee2a0a483c33ae0895680f0ea /docs/startup-HOWTO.html | |
parent | 1b6e57f8ab2497661897b57c981384081b55706e (diff) | |
download | irssi-022f1db56fcd02f7c6082685beade28350f897be.zip |
added ircii-like window settings
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2582 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r-- | docs/startup-HOWTO.html | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index cbfa985a..af92b83e 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -9,10 +9,12 @@ <ol> <li><a href="#c1">For all the lazy people</a></li> + <ul> + <li>This window management is just weird, I want it exactly like ircII</li> + </ul> <li><a href="#c2">Basic user interface usage</a> <ul> <li>Split windows work in weird way</li> - <li>I don't want any windows, I want it just like in ircII!</li> </ul></li> <li><a href="#c3">Server and channel automation</a> <ul> @@ -80,6 +82,22 @@ query:</p> /SET reuse_unused_windows ON </pre> +<p>Here's the settings that make irssi work exactly like ircII in window +management (send me a note if you can think of more):</p> + +<pre> + /SET autocreate_own_query OFF + /SET autocreate_query_level NONE + /SET use_status_window OFF + /SET use_msgs_window OFF + /SET reuse_unused_windows ON + /SET windows_auto_renumber OFF + + /SET autostick_split_windows OFF + /SET autoclose_windows OFF + /SET print_active_channel ON +</pre> + <p>And example how to add servers:</p> <p>(openprojects network, identify with nickserv and wait for 2 seconds before |