mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-25 09:05:47 -04:00
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:
parent
3b57cd45a4
commit
00c0bc12aa
1 changed files with 6 additions and 9 deletions
|
|
@ -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*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue