diff --git a/.config/hypr/.hyprland.conf.swp b/.config/hypr/.hyprland.conf.swp deleted file mode 100644 index 54205987..00000000 Binary files a/.config/hypr/.hyprland.conf.swp and /dev/null differ diff --git a/.config/irssi/config b/.config/irssi/config new file mode 100644 index 00000000..726960c7 --- /dev/null +++ b/.config/irssi/config @@ -0,0 +1 @@ +autoConnect = "irc.tuxcord.net" diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 159628fe..70810839 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,5 +1,5 @@ confirm_os_window_close 0 -background_opacity 0.8 +background_opacity 0.9 # BEGIN_KITTY_THEME # Gruvbox Dark diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 00000000..0273e056 --- /dev/null +++ b/.config/newsboat/urls @@ -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 + diff --git a/.irssi/config b/.irssi/config new file mode 100644 index 00000000..41276cdf --- /dev/null +++ b/.irssi/config @@ -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"; }, +); diff --git a/.irssi/config.autosave b/.irssi/config.autosave new file mode 100644 index 00000000..369f0de8 --- /dev/null +++ b/.irssi/config.autosave @@ -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"; } +);