From 3c06b323e64510dfebc20538189cc8964ecd2a29 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 19 Apr 2021 14:38:01 +0300 Subject: [PATCH] Part of irssi configuration --- irssi/.irssi/config.skel | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 irssi/.irssi/config.skel diff --git a/irssi/.irssi/config.skel b/irssi/.irssi/config.skel new file mode 100644 index 0000000..43c024e --- /dev/null +++ b/irssi/.irssi/config.skel @@ -0,0 +1,24 @@ +aliases = { wc = "window close"; }; +settings = { + "fe-text" = { + actlist_sort = "refnum"; + paste_join_multiline = "no"; + paste_detect_time = "0"; + paste_use_bracketed_mode = "yes"; + }; + "fe-common/core" = { + autolog = "yes"; + beep_msg_level = "MSGS NOTICES INVITES DCC DCCMSGS HILIGHT PUBLIC"; + autolog_path = "~/secure/irclogs/$tag/$0.log"; + beep_when_window_active = "yes"; + hilight_nick_matches_everywhere = "yes"; + }; + core = { + real_name = "Sergey Matveev"; + user_name = "stargrave"; + nick = "stargrave"; + timestamp_format = "%H:%M:%S"; + }; +}; +logs = { }; +hilights = ( { text = "stargrave"; nick = "yes"; word = "yes"; } ); -- 2.44.0