diff options
author | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·26-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·26-0500 |
commit | 6842ecd3be417e9212e4d832c069285d0c5ab760 (patch) | |
tree | af259972e2d5401fcc1a643f6968d50e14d01c77 /configs/linux/misc/.irssi/config | |
parent | 8b09557f383b78c8ecd9e46c9f459deb117a42d4 (diff) |
Update linux configs
- Updates IRSSI config, XInitRC, i3 config
Diffstat (limited to 'configs/linux/misc/.irssi/config')
-rw-r--r-- | configs/linux/misc/.irssi/config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/configs/linux/misc/.irssi/config b/configs/linux/misc/.irssi/config new file mode 100644 index 000000000000..d5f23df69722 --- /dev/null +++ b/configs/linux/misc/.irssi/config @@ -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"; }; +}; |