tvl-depot/configs/shared/.irssi/config
William Carroll 7ae17daa98 Drop support for i3
While I first switched to EXWM warily and thinking it would only be temporary,
it seems like this switch is here to stay. It turns out that EXWM was exactly
the integration I've been looking for. How serendipitous it that I found it when
I did.

Thank you, @tazjin.
2020-01-06 15:25:25 +00:00

44 lines
883 B
Text

servers = (
{
address = "chat.freenode.net";
chatnet = "Freenode";
port = "6697";
use_tls = "yes";
tls_verify = "yes";
autoconnect = "no";
},
{
address = "irc.corp.google.com";
chatnet = "Google";
port = "6697";
use_tls = "yes";
tls_verify = "yes";
autoconnect = "no";
server_reconnect_time = 5;
}
);
chatnets = {
Freenode = {
type = "IRC";
autosendcmd = "/msg nickserv identify wpcarro ]3Fwus]YF7yXPB6Re/Me";
};
Google = {
type = "IRC";
};
};
channels = (
{ name = "#nixos"; chatnet = "Freenode"; autojoin = "No"; },
{ name = "#pass"; chatnet = "Freenode"; autojoin = "No"; },
);
settings = {
core = {
real_name = "William Carroll's account";
user_name = "wpcarro";
nick = "wpcarro";
};
"fe-text" = { actlist_sort = "refnum"; };
"fe-common/core" = { theme = "default"; };
};