This commit is contained in:
lickthecheese 2020-04-06 11:37:48 -04:00
parent 128d46b95a
commit 84be31623e
2 changed files with 19 additions and 1 deletions

View File

@ -263,7 +263,7 @@ copy_on_select yes
#: Terminal bell {{{ #: Terminal bell {{{
# enable_audio_bell yes enable_audio_bell no
#: Enable/disable the audio bell. Useful in environments that require #: Enable/disable the audio bell. Useful in environments that require
#: silence. #: silence.

View File

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