]> Sergey Matveev's repositories - dotfiles.git/blob - irssi/.irssi/config.skel
Make zathura configuration file aware
[dotfiles.git] / irssi / .irssi / config.skel
1 aliases = { wc = "window close"; qmsg = "quote privmsg $0 :$1-"; };
2 settings = {
3   "fe-text" = {
4     actlist_sort = "refnum";
5     paste_join_multiline = "no";
6     paste_detect_time = "0";
7     paste_use_bracketed_mode = "yes";
8   };
9   "fe-common/core" = {
10     autolog = "yes";
11     beep_msg_level = "MSGS NOTICES INVITES DCC DCCMSGS HILIGHT PUBLIC";
12     autolog_path = "~/secure/irclogs/$tag/$0.log";
13     beep_when_window_active = "yes";
14     hilight_nick_matches_everywhere = "yes";
15   };
16   core = {
17     real_name = "Sergey Matveev";
18     user_name = "stargrave";
19     nick = "stargrave";
20     timestamp_format = "%H:%M:%S";
21     resolve_prefer_ipv6 = "yes";
22   };
23 };
24 logs = { };
25 servers = (
26   {
27     address = "irc.oftc.net";
28     chatnet = "OFTC";
29     port = "6697";
30     use_tls = "yes";
31     tls_verify = "yes";
32     tls_cert = "~/.irssi/certs/stargrave.irc.ed.pem";
33     autoconnect = "yes";
34   },
35   {
36     address = "irc.libera.chat";
37     chatnet = "LiberaChat";
38     port = "6697";
39     use_tls = "yes";
40     tls_verify = "yes";
41     tls_cert = "~/.irssi/certs/stargrave.irc.ed.pem";
42     autoconnect = "yes";
43   },
44 );
45 chatnets = {
46   OFTC = { type = "IRC"; };
47   LiberaChat = { type = "IRC"; };
48 };
49 hilights = ( { text = "stargrave"; nick = "yes"; word = "yes"; } );
50 keyboard = (
51   { key = "^Y"; id = "command"; data = "SCROLLBACK GOTO -2"; },
52   { key = "^E"; id = "command"; data = "SCROLLBACK GOTO +2"; },
53   { key = "^L"; id = "command"; data = "WINDOW LAST"; }
54 );
55 channels = (
56   { name = "#redo"; chatnet = "LiberaChat"; autojoin = "yes"; },
57   { name = "#yggdrasil"; chatnet = "LiberaChat"; autojoin = "yes"; },
58   { name = "#nncp"; chatnet = "OFTC"; autojoin = "yes"; },
59 );