From 2fef6bb84cf87a7a177982b24e62b03ef1f835bf Mon Sep 17 00:00:00 2001 From: xfnw Date: Wed, 12 Jan 2022 16:53:53 -0500 Subject: [PATCH] move ACT to topic bar --- .irssi/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.irssi/config b/.irssi/config index 23d3280..bae79dc 100644 --- a/.irssi/config +++ b/.irssi/config @@ -171,6 +171,7 @@ settings = { theme = "furry"; active_window_ignore_refnum = "no"; autoclose_query = "172800"; + beep_msg_level = "MSGS HILIGHT DCCMSGS"; }; "irc/core" = { cmds_max_at_once = "100"; }; }; @@ -193,7 +194,6 @@ statusbar = { input = { priority = "100"; }; lag = { }; more = { }; - act = { }; }; }; topic = { @@ -204,6 +204,7 @@ statusbar = { topic = { }; topic_empty = { }; topicbarend = { priority = "100"; alignment = "right"; }; + act = { priority = "10"; alignment = "right"; }; }; }; };