133
edits
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=== | ||
/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 == |