133
edits
Line 122: | Line 122: | ||
/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 \"\"" | ||
=== turn off nicklist on smaller screens === | === turn off nicklist on smaller screens === |