Skip to content

Instantly share code, notes, and snippets.

@jtmlis
Created August 9, 2020 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtmlis/f9387be486839e748983370773a03abd to your computer and use it in GitHub Desktop.
Save jtmlis/f9387be486839e748983370773a03abd to your computer and use it in GitHub Desktop.
weechat minimizing display for small clients.
3.20. How can I customize display for very small terminal size (like 80x25), to not waste space?
You can remove side bars (buflist and nicklist), change time format to display only hours and seconds, disable alignment of messages and set a char for nick prefix/suffix:
/set buflist.look.enabled off
/bar hide nicklist
/set weechat.look.buffer_time_format "%H:%M"
/set weechat.look.prefix_align none
/set weechat.look.align_end_of_lines prefix
/set weechat.look.nick_suffix ">"
/set weechat.look.nick_prefix "<"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment