~aritra1911/dotfiles

8ce6a751aadfd088e44cb553e5b5326c90580fc1 — Aritra Sarkar 3 years ago cfa6d33
Beautify irssi config
1 files changed, 19 insertions(+), 4 deletions(-)

M dotfiles/.irssi/config
M dotfiles/.irssi/config => dotfiles/.irssi/config +19 -4
@@ 79,7 79,7 @@ servers = (
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  }
);

chatnets = {


@@ 181,7 181,7 @@ channels = (
  { name = "##programming"; chatnet = "Freenode"; autojoin = "No"; },
  { name = "#avr"; chatnet = "Freenode"; autojoin = "No"; },
  { name = "#rwxrob"; chatnet = "Twitch"; autojoin = "No"; },
  { name = "#riscv"; chatnet = "Freenode"; autojoin = "No"; },
  { name = "#riscv"; chatnet = "Freenode"; autojoin = "No"; }
);

aliases = {


@@ 353,7 353,22 @@ logs = { };
ignores = (
  {
    level = "JOINS PARTS QUITS NICKS";
    channels = ( "##c", "##networking", "#haskell", "#freebsd-riscv", "#arduino", "##programming", "#avr", "#rwxrob",
                 "#riscv", "#tsoding", "#lastmiles", "#sr.ht" );
    channels = (
      "##c",
      "##networking",
      "#haskell",
      "#freebsd-riscv",
      "#arduino",
      "##programming",
      "#avr",
      "#rwxrob",
      "#riscv",
      "#tsoding",
      "#lastmiles",
      "#sr.ht"
    );
  }
);
keyboard = (
  { key = "meta-[M"; id = "command"; data = "mouse_xterm "; }
);