irssi
This commit is contained in:
parent
31244362b5
commit
3e444bf097
Binary file not shown.
1
.config/irssi/config
Normal file
1
.config/irssi/config
Normal file
@ -0,0 +1 @@
|
||||
autoConnect = "irc.tuxcord.net"
|
@ -1,5 +1,5 @@
|
||||
confirm_os_window_close 0
|
||||
background_opacity 0.8
|
||||
background_opacity 0.9
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Gruvbox Dark
|
||||
|
18
.config/newsboat/urls
Normal file
18
.config/newsboat/urls
Normal file
@ -0,0 +1,18 @@
|
||||
-----------Blogs-------------
|
||||
https://ploum.net/atom_en.xml
|
||||
https://deadvey.com/rss
|
||||
https://letterboxd.com/besscuit/rss/
|
||||
http://sdomi.pl/weblog/atom/
|
||||
https://feeds.fireside.fm/thelinuxcast/rss
|
||||
https://www.cyberciti.com/feed/
|
||||
https://www.cyberciti.com/atom/atom.xml
|
||||
-----------Comics-------------
|
||||
https://explosm.net/rss.xml
|
||||
https://onegianthand.com/rss
|
||||
https://thedevilspanties.com/rss
|
||||
https://turnoff.us/feed.xml
|
||||
https://loadingartist.com/index.xml
|
||||
https://warandpeas.com/rss
|
||||
https://www.oglaf.com/feeds/rss/
|
||||
https://xkcd.com/rss.xml
|
||||
|
28
.irssi/config
Normal file
28
.irssi/config
Normal file
@ -0,0 +1,28 @@
|
||||
servers = (
|
||||
{
|
||||
chatnet = "tuxcord";
|
||||
address = "irc.tuxcord.net";
|
||||
port = "6697";
|
||||
use_ssl = "yes";
|
||||
ssl_verify = "yes";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
chatnets = {
|
||||
tuxcord = {
|
||||
type = "IRC";
|
||||
nick = "deadvey";
|
||||
alternate_nick = "deadlydave";
|
||||
}
|
||||
}
|
||||
channels = (
|
||||
{ name = "#d_general"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_off-topic"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_quotes"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_spam"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_games"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_memes"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_counting"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_computers"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
{ name = "#d_projects"; chatnet = "tuxcord"; autojoin = "yes"; },
|
||||
);
|
21
.irssi/config.autosave
Normal file
21
.irssi/config.autosave
Normal file
@ -0,0 +1,21 @@
|
||||
servers = (
|
||||
{
|
||||
chatnet = "tuxcord";
|
||||
address = "irc.tuxcord.net";
|
||||
port = "6697";
|
||||
use_ssl = "yes";
|
||||
ssl_verify = "yes";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
settings = {
|
||||
core = {
|
||||
real_name = "deadvey";
|
||||
user_name = "deadvey";
|
||||
nick = "deadvey";
|
||||
};
|
||||
};
|
||||
chatnets = { tuxcord = { type = "IRC"; }; };
|
||||
channels = (
|
||||
{ name = "#d_general"; chatnet = "tuxcord"; autojoin = "yes"; }
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user