enable audible bell

This commit is contained in:
xfnw 2021-11-18 18:16:18 -05:00
parent 2ad7e7a47d
commit 4e6001f961
2 changed files with 10 additions and 3 deletions

View file

@ -261,7 +261,7 @@ select_by_word_characters :-./_~?&=%+#:
#: Terminal bell {{{
enable_audio_bell no
enable_audio_bell yes
#: Enable/disable the audio bell. Useful in environments that require
#: silence.

View file

@ -155,6 +155,8 @@ aliases = {
98 = "WINDOW GOTO 98";
99 = "WINDOW GOTO 99";
rainbow = "exec -o toilet --irc --gay -f term -- $";
nn = "window number";
move = "window move";
};
settings = {
@ -164,7 +166,12 @@ settings = {
nick = "xfnw";
};
"fe-text" = { actlist_sort = "refnum"; };
"fe-common/core" = { autolog = "yes"; theme = "furry"; };
"fe-common/core" = {
autolog = "yes";
theme = "furry";
active_window_ignore_refnum = "no";
autoclose_query = "172800";
};
"irc/core" = { cmds_max_at_once = "100"; };
};
logs = { };
@ -183,7 +190,7 @@ statusbar = {
placement = "bottom";
items = {
user = { };
input = { priority = "10"; };
input = { priority = "100"; };
lag = { };
more = { };
act = { };