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"; + } +);