X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/305f1f3f5d826b2290884520f2dbeeb81d6d6994..0a0cbed348f9af185c5f2f9b8c6295c81e76b646:/weechat/plugins.conf diff --git a/weechat/plugins.conf b/weechat/plugins.conf index fbb23ea..0dc184f 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -71,6 +71,7 @@ python.screen_away.interval = "5" python.screen_away.message = "Detached from tmux" 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.slack.auto_open_threads = "false" python.slack.background_load_all_history = "false" @@ -172,6 +173,7 @@ 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.slack.auto_open_threads = "Automatically open threads when mentioned or inresponse to own messages." python.slack.background_load_all_history = "Load history for each channel in the background as soon as it opens, rather than waiting for the user to look at it."