Update linux configs
- Updates IRSSI config, XInitRC, i3 config
This commit is contained in:
parent
8b09557f38
commit
6842ecd3be
5 changed files with 78 additions and 23 deletions
33
configs/linux/misc/.irssi/config
Normal file
33
configs/linux/misc/.irssi/config
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
servers = (
|
||||
{
|
||||
address = "chat.freenode.net";
|
||||
chatnet = "Freenode";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "yes";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
Freenode = {
|
||||
type = "IRC";
|
||||
autosendcmd = "/msg nickserv identify wpcarro ]3Fwus]YF7yXPB6Re/Me";
|
||||
};
|
||||
};
|
||||
|
||||
channels = (
|
||||
{ name = "#nixos"; chatnet = "Freenode"; autojoin = "Yes"; },
|
||||
{ name = "#i3"; chatnet = "Freenode"; autojoin = "No"; },
|
||||
{ name = "#haskell"; chatnet = "GameSurge"; 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"; };
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue