]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Part of irssi configuration
authorSergey Matveev <stargrave@stargrave.org>
Mon, 19 Apr 2021 11:38:01 +0000 (14:38 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 3 May 2021 12:13:08 +0000 (15:13 +0300)
irssi/.irssi/config.skel [new file with mode: 0644]

diff --git a/irssi/.irssi/config.skel b/irssi/.irssi/config.skel
new file mode 100644 (file)
index 0000000..43c024e
--- /dev/null
@@ -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"; } );