From 2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sun, 6 Aug 2023 21:24:43 +0200 Subject: Add mpv and weechat config --- .config/weechat/typing.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/weechat/typing.conf (limited to '.config/weechat/typing.conf') diff --git a/.config/weechat/typing.conf b/.config/weechat/typing.conf new file mode 100644 index 0000000..1b69a5a --- /dev/null +++ b/.config/weechat/typing.conf @@ -0,0 +1,19 @@ +# +# weechat -- typing.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use commands like /set or /fset to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/weechat/quickstart/ +# + +[look] +delay_purge_paused = 30 +delay_purge_typing = 6 +delay_set_paused = 10 +enabled_nicks = off +enabled_self = off +input_min_chars = 4 +item_max_length = 0 -- cgit v1.2.3