doc: foot.5: we support “real” urgency through XDG activation

Foot has been signaling window urgency through the (new) “XDG
activation” protocol for some time now. Update the documentation to
reflect this.
This commit is contained in:
Daniel Eklöf 2021-10-22 20:03:18 +02:00
parent 3b57cd45a4
commit 00c0bc12aa
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -304,19 +304,16 @@ in this order:
# SECTION: bell # SECTION: bell
*urgent* *urgent*
When set to _yes_, the margins will be painted in red When set to _yes_, foot will signal urgency to the compositor
whenever *BEL* is received while the window does *not* have through the XDG activation protocol whenever *BEL* is received,
keyboard focus. Note that Wayland currently does not have an and the window does NOT have keyboard foccus.
_urgency_ hint like X11. The name *urgent* was chosen for
forward-compatibility in the hopes that a corresponding Wayland If the compositor does not implement this protocol, the margins
protocol is added in the future (in which case foot will use that will be painted in red instead.
instead of painting its margins red).
Applications can enable/disable this feature programmatically with Applications can enable/disable this feature programmatically with
the *CSI ? 1042 h* and *CSI ? 1042 l* escape sequences. the *CSI ? 1042 h* and *CSI ? 1042 l* escape sequences.
_Note_: expect this feature to be *replaced* with proper
compositor urgency support once/if that gets implemented.
Default: _no_ Default: _no_
*notify* *notify*