about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index e367023..e1aac68 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -94,10 +94,12 @@ 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.ignore_relays = "on"
 python.screen_away.interval = "5"
-python.screen_away.message = "Detached from screen"
+python.screen_away.message = "detached from byobu"
+python.screen_away.no_output = "off"
 python.screen_away.set_away = "on"
+python.screen_away.socket_file = ""
 python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
 python.topicdiff_alt.color_del = "darkgray"
 python.topicdiff_alt.color_ins = "lightcyan"
@@ -157,7 +159,9 @@ 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.no_output = "no detach/attach information will be displayed in buffer"
 python.screen_away.set_away = "Set user as away."
+python.screen_away.socket_file = "Socket file to use (leave blank to auto-detect)"
 python.screen_away.time_format = "time format append to away message"
 python.urlserver.buffer_short_name = "use buffer short name on dedicated buffer (default: "off")"
 python.urlserver.color = "color for urls displayed after message (default: "darkgray")"