From 823dd2b01d9ce43816047e083c08704efc447db1 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 17 Jan 2021 23:20:29 +0000 Subject: [PATCH] weechat: add new settings --- weechat/fset.conf | 1 + weechat/script.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/weechat/fset.conf b/weechat/fset.conf index 668266c..53b0da7 100644 --- a/weechat/fset.conf +++ b/weechat/fset.conf @@ -10,6 +10,7 @@ # [look] +auto_refresh = "*" auto_unmark = off condition_catch_set = "${count} >= 1" export_help_default = on diff --git a/weechat/script.conf b/weechat/script.conf index 85b69f1..7bbf8ec 100644 --- a/weechat/script.conf +++ b/weechat/script.conf @@ -50,6 +50,7 @@ text_version_selected = lightmagenta [scripts] autoload = on cache_expire = 60 +download_enabled = off download_timeout = 30 hold = "" path = "%h/script" -- 2.48.1