From 4e6001f961c0736080862f05873c02c0be9d786b Mon Sep 17 00:00:00 2001 From: xfnw Date: Thu, 18 Nov 2021 18:16:18 -0500 Subject: [PATCH] enable audible bell --- .config/kitty/kitty.conf | 2 +- .irssi/config | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index c831ce1..8e1b94c 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -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. diff --git a/.irssi/config b/.irssi/config index af7545f..23d3280 100644 --- a/.irssi/config +++ b/.irssi/config @@ -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 = { };