Created
August 9, 2020 03:03
-
-
Save jtmlis/f9387be486839e748983370773a03abd to your computer and use it in GitHub Desktop.
weechat minimizing display for small clients.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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