diff options
| author | Martin Fischer <martin@push-f.com> | 2026-05-23 18:45:00 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-05-24 21:11:27 +0200 |
| commit | 3c6cc320214b92d0cd5310d2c5b9d7510de9c53f (patch) | |
| tree | e000382ed8d70a08161efc234c08de7fd5c81f29 | |
| parent | 55d930303dd0ad1a9e2aa9fdfd66397181e1a562 (diff) | |
tweak(user/foot): set window's urgent state for terminal bell
| -rw-r--r-- | user/foot/foot.ini | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
