From 9bfa8880867855303d0ca9e9f0c7ba5eb90e85c3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 4 Jul 2021 17:09:41 +0200 Subject: Start using alacritty --- .weechat/perl/bad-word-filter.pl | 1 + .weechat/weechat.conf | 31 ++++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) (limited to '.weechat') diff --git a/.weechat/perl/bad-word-filter.pl b/.weechat/perl/bad-word-filter.pl index aaa1d83..6956548 100644 --- a/.weechat/perl/bad-word-filter.pl +++ b/.weechat/perl/bad-word-filter.pl @@ -21,6 +21,7 @@ sub catch_send { # These are the words that may not be spoken. my @bad_words = ( 'cuck', + 'negro', 'nigga', 'nigger', ); diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf index 207aab6..23cb859 100644 --- a/.weechat/weechat.conf +++ b/.weechat/weechat.conf @@ -72,6 +72,7 @@ hotlist_short_names = on hotlist_sort = group_time_asc hotlist_suffix = "" hotlist_unique_numbers = on +hotlist_update_on_buffer_switch = on input_cursor_scroll = 20 input_share = none input_share_overwrite = off @@ -121,6 +122,7 @@ quote_time_format = "%H:%M:%S" read_marker = line read_marker_always_show = off read_marker_string = "─" +read_marker_update_on_buffer_switch = on save_config_on_exit = on save_config_with_fsync = off save_layout_on_exit = none @@ -404,7 +406,6 @@ vi_line_numbers.size_max = 0 vi_line_numbers.type = window [layout] -_zoom.window = "1;0;0;0;irc;rizon.#chat" [notify] irc.bitlbee.#bier = message @@ -429,6 +430,8 @@ irc.bitlbee.#theladies = message irc.bitlbee.patrick = message irc.darenet.#computertech = highlight irc.darenet.#DareNET = highlight +irc.darenet.#dnet.lua = highlight +irc.darenet.#dronebl = highlight irc.darenet.#help = message irc.darenet.#nitemare.debug = highlight irc.darenet.#scriptkitties = none @@ -436,15 +439,30 @@ irc.freenode.##computertech = highlight irc.freenode.##eggdrop = highlight irc.freenode.##mahjong = highlight irc.freenode.##t = highlight +irc.freenode.#codefornl = highlight +irc.freenode.#fosdem = highlight irc.freenode.#freenode = highlight +irc.freenode.#fsf = highlight irc.freenode.#gentoo = highlight irc.freenode.#mageia = highlight irc.freenode.#mastodon = highlight +irc.freenode.#perl = highlight irc.freenode.#raku-dev = highlight irc.freenode.#sqt = message +irc.freenode.#weechat = highlight irc.freenode.#zfsonlinux = highlight +irc.libera.#bitbot = highlight +irc.libera.#dokuwiki = highlight +irc.libera.#fsf = highlight +irc.libera.#gentoo = highlight +irc.libera.#libera = highlight +irc.libera.#libera-communities = highlight +irc.libera.#mageia = highlight +irc.libera.#raku = highlight +irc.libera.#raku-dev = highlight irc.oftc.#awesome = highlight irc.rizon.#/g/technology = highlight +irc.rizon.#computertech = highlight irc.rizon.#nerds = highlight irc.rizon.#xmas = highlight irc.technet.#computertech = highlight @@ -456,6 +474,9 @@ irc.twitch.#guardsmanbob = highlight irc.twitch.#mrllamasc = highlight irc.twitch.#sovietwomble = highlight irc.twitch.#wintergaming = highlight +python.matrix.matrix_org.!ddzRCzutkWCgzgivqI:matrix.org = none +python.matrix.matrix_org.!YfFXwehASBiYzWXVUj:matrix.org = none +python.matrix.matrix_org.!yIUYRaVMuLMdcfxSBy:libera.chat = highlight python.mintlab.slack.com.#bier = all python.mintlab.slack.com.#development = all python.mintlab.slack.com.#devops = all @@ -569,6 +590,14 @@ rizon.karma.trigger = on;irc.rizon.#ComputerTech;*;\!jizz rizon.sorcerer = on;irc.rizon.*;nick_sorcerer;* rizon.crow = on;irc.rizon.*;nick_crow;* rizon.naemutti = on;irc.rizon.*;nick_naemutti;* +freenode.karty = on;irc.freenode.*;nick_karthy;* +rizon.foxy = on;irc.rizon.*;nick_foxy;* +rizon.naemuti = on;irc.rizon.*;nick_naemuti;* +freenode.kill-animals = on;irc.freenode.*;host_uid481358@gateway/web/irccloud.com/x-ctajnhqqypxnmmxf;* +freenode.kill-9-animals = on;irc.freenode.*;host_uid481358@gateway/web/irccloud.com/x-sqvzvbzqnylvwake;* +darenet.drnrelay.status = on;irc.darenet.#dronebl;nick_drnrelay;^\*\*\* +rizon.phonekait = on;irc.rizon.*;nick_phonekait;* +libera.kill-animals = on;irc.libera.*;host_uid481358@id-481358.highgate.irccloud.com;* [key] ctrl-? = "/input delete_previous_char" -- cgit v1.1