From 84be31623efe080b149e6e977d3bc1007f8a1484 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Mon, 6 Apr 2020 11:37:48 -0400 Subject: [PATCH] hilight --- .config/kitty/kitty.conf | 2 +- .irssi/config | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index fd8c60b..8f881fb 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -263,7 +263,7 @@ copy_on_select yes #: Terminal bell {{{ -# enable_audio_bell yes +enable_audio_bell no #: Enable/disable the audio bell. Useful in environments that require #: silence. diff --git a/.irssi/config b/.irssi/config index 0d442c2..bbb91cc 100644 --- a/.irssi/config +++ b/.irssi/config @@ -370,3 +370,21 @@ statusbar = { }; }; }; +hilights = ( + { + text = "lickthecheese"; + color = "%G"; + act_color = "%Y"; + nick = "no"; + word = "no"; + regexp = "yes"; + }, + { + text = "lick"; + color = "%G"; + act_color = "%Y"; + nick = "no"; + word = "no"; + regexp = "yes"; + } +);