diff options
Diffstat (limited to 'weechat/weechat.conf')
-rw-r--r-- | weechat/weechat.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weechat/weechat.conf b/weechat/weechat.conf index ba68df5..fa1b203 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -20,6 +20,7 @@ sys_rlimit = "" [look] align_end_of_lines = message +align_multiline_words = on bar_more_down = "++" bar_more_left = "<<" bar_more_right = ">>" @@ -245,7 +246,7 @@ buffers.color_fg = default buffers.conditions = "" buffers.filling_left_right = vertical buffers.filling_top_bottom = horizontal -buffers.hidden = on +buffers.hidden = off buffers.items = "buffers" buffers.position = bottom buffers.priority = 0 |