Jump to content

Weechat: Difference between revisions

52 bytes removed ,  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 ===
===Strip items such as time 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 \"\""