X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/92410aece3f23e2b0ddeb8905bff1e6778d95432..0d89e0b38f04e0dc6fd0e2b51efa044bd3ccfc5a:/weechat/plugins.conf?ds=sidebyside diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 568ef1f..495b7fc 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -1,9 +1,10 @@ # -# plugins.conf -- weechat v0.4.2 +# weechat -- plugins.conf # [var] fifo.fifo = "on" +guile.check_license = "off" lua.check_license = "off" perl.beep.beep_command_dcc = "$bell" perl.beep.beep_command_highlight = "$bell" @@ -25,15 +26,34 @@ perl.beep.whitelist_nicks = "" perl.check_license = "off" perl.highmon.alignment = "nchannel" perl.highmon.away_only = "off" +perl.highmon.bar_lines = "250" +perl.highmon.bar_scrolldown = "on" perl.highmon.color_buf = "on" +perl.highmon.first_run = "true" perl.highmon.hotlist_show = "off" perl.highmon.logging = "off" perl.highmon.merge_private = "off" perl.highmon.nick_prefix = "<" perl.highmon.nick_suffix = ">" perl.highmon.output = "buffer" -perl.highmon.short_names = "off" +perl.highmon.short_names = "on" python.check_license = "off" +python.grep.clear_buffer = "off" +python.grep.default_tail_head = "10" +python.grep.go_to_buffer = "on" +python.grep.log_filter = "" +python.grep.max_lines = "4000" +python.grep.show_summary = "on" +python.grep.size_limit = "2048" +python.screen_away.away_suffix = "" +python.screen_away.command_on_attach = "" +python.screen_away.command_on_detach = "" +python.screen_away.ignore = "" +python.screen_away.ignore_relays = "off" +python.screen_away.interval = "5" +python.screen_away.message = "Detached from tmux" +python.screen_away.set_away = "on" +python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z" ruby.check_license = "off" tcl.check_license = "off" @@ -55,3 +75,12 @@ perl.beep.bell_always = "use $bell on private messages and/or highlights regardl perl.beep.blacklist_nicks = "comma-separated list of "server.nick": if not empty, these nicks will not be able to trigger execution of commands. Cannot be used in conjuction with whitelist (example: "freenode.nick1,freenode.nick2") (default: "")" perl.beep.whitelist_channels = "comma-separated list of "server.#channel": if not empty, only these channels will trigger execution of commands (example: "freenode.#weechat,freenode.#channel2") (default: "")" perl.beep.whitelist_nicks = "comma-separated list of "server.nick": if not empty, only these nicks will trigger execution of commands (example: "freenode.nick1,freenode.nick2") (default: "")" +python.screen_away.away_suffix = "What to append to your nick when you're away." +python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon" +python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon" +python.screen_away.ignore = "Comma-separated list of servers to ignore." +python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces" +python.screen_away.interval = "How often in seconds to check screen status" +python.screen_away.message = "Away message" +python.screen_away.set_away = "Set user as away." +python.screen_away.time_format = "time format append to away message"