Weechat: Difference between revisions

Jump to navigation Jump to search
No change in size ,  23 July 2015
Line 121: Line 121:
=== Make urls underlined and blue ===
=== Make urls underlined and blue ===
  /trigger addreplace url_color modifier "weechat_print" "${tg_tags} !~ irc_quit" ";[a-z]+://\S+;${color:32}${color:underline}${re:0}${color:-underline}${color:reset};" ""
  /trigger addreplace url_color modifier "weechat_print" "${tg_tags} !~ irc_quit" ";[a-z]+://\S+;${color:32}${color:underline}${re:0}${color:-underline}${color:reset};" ""
Please note this doesn't work === Strip items such as buffer list and nick list from screen on smaller screens ===
===Please note this doesn't work. Strip items such as buffer list and nick list from screen on smaller screens ===
  /trigger addreplace resize_small_timestamp signal signal_sigwinch "${info:term_width} < 200" "" "/set weechat.look.buffer_time_format """
  /trigger addreplace resize_small_timestamp signal signal_sigwinch "${info:term_width} < 200" "" "/set weechat.look.buffer_time_format """


Navigation menu