Weechat: Difference between revisions

Jump to navigation Jump to search
106 bytes added ,  23 July 2015
No edit summary
Line 137: Line 137:
Conditions can be used to customize weechat depending on certain variables
Conditions can be used to customize weechat depending on certain variables


===turn off nicklist on small windows===
===Turn off nicklist on small windows===
  /set weechat.bar.nicklist.conditions "${nicklist} && (${window.win_width} > 100 || ${buffer.full_name} == irc.bitlbee.&bitlbee)"
  /set weechat.bar.nicklist.conditions "${nicklist} && (${window.win_width} > 100 || ${buffer.full_name} == irc.bitlbee.&bitlbee)"
===Turn off status on nonactive windows ===
/set weechat.bar.status.conditions "${active} && ${window}"


== Spell Checker ==
== Spell Checker ==

Navigation menu