]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/logger.conf
vim: update bindings to use new fugitive commands
[dotfiles.git] / weechat / logger.conf
index c3f4b07564b4e3bede899151285307fbc19f337c..28b17393b833761ab7779ee72d6c43da4f60dcdf 100644 (file)
@@ -1,9 +1,17 @@
 #
-# logger.conf -- weechat v0.4.2
+# weechat -- logger.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use /set or similar command to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
 #
 
 [look]
 backlog = 20
+backlog_conditions = ""
 
 [color]
 backlog_end = 103
@@ -11,13 +19,15 @@ backlog_line = 245
 
 [file]
 auto_log = on
+color_lines = on
 flush_delay = 120
+fsync = off
 info_lines = off
 mask = "$plugin.$name.weechatlog"
 name_lower_case = on
 nick_prefix = ""
 nick_suffix = ""
-path = "%h/logs/"
+path = "~/.cache/weechat/logs/"
 replacement_char = "_"
 time_format = "%Y-%m-%d %H:%M:%S"