diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-04-15 08:27:15 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-04-15 08:27:15 +0200 |
| commit | e09048dabf036f0845827ce829e249d3a18ce175 (patch) | |
| tree | 1550f75a0b105daf185502c0cf7414323d8c7396 | |
| parent | 4fea76ee02ce020b3c1d20ad3f25342003112ee7 (diff) | |
| download | dotfiles-e09048dabf036f0845827ce829e249d3a18ce175.tar.gz dotfiles-e09048dabf036f0845827ce829e249d3a18ce175.zip | |
weechat: don't hide the nicklist
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | weechat/weechat.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/weechat.conf b/weechat/weechat.conf index f9751aa..4d3d884 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -275,7 +275,7 @@ nicklist.color_fg = default nicklist.conditions = "${nicklist}" nicklist.filling_left_right = vertical nicklist.filling_top_bottom = columns_vertical -nicklist.hidden = on +nicklist.hidden = off nicklist.items = "buffer_nicklist" nicklist.position = right nicklist.priority = 200 |
