Jump to content

Weechat: Difference between revisions

31 bytes added ,  23 July 2015
No edit summary
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};" ""
=== 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 """
=== turn off nicklist on smaller screens ===
=== turn off nicklist on smaller screens ===
  /trigger addreplace resize_big signal signal_sigwinch "${info:term_width} >= 100" "" "/bar show nicklist"
  /trigger addreplace resize_big signal signal_sigwinch "${info:term_width} >= 100" "" "/bar show nicklist"