From 3c6cc320214b92d0cd5310d2c5b9d7510de9c53f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 23 May 2026 18:45:00 +0200 Subject: tweak(user/foot): set window's urgent state for terminal bell --- user/foot/foot.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user/foot/foot.ini b/user/foot/foot.ini index b2e7e8e..277aa00 100644 --- a/user/foot/foot.ini +++ b/user/foot/foot.ini @@ -1,3 +1,9 @@ # See the foot.ini(5) man page. font = monospace:size=14 + +[bell] +# Set window's urgent state when '\a' is printed and the window doesn't have keyboard focus. +# '\a' can also be printed with `tput bel`. +urgent = yes +system = no -- cgit v1.3.1