]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/plugins.conf
weechat: install screen_away
[dotfiles.git] / weechat / plugins.conf
index 4d23b882319ea7118ac2b87432988119078ebab3..42ba279e58d492add0bbbd3efc598b3a6a977b69 100644 (file)
@@ -1,5 +1,5 @@
 #
-# plugins.conf -- weechat v1.1
+# plugins.conf -- weechat v1.1.1
 #
 
 [var]
@@ -45,6 +45,15 @@ 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"
 
@@ -66,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"