summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/startup-notification.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/startup-notification.txt b/doc/startup-notification.txt
index 0b754d1..08fb611 100644
--- a/doc/startup-notification.txt
+++ b/doc/startup-notification.txt
@@ -240,6 +240,11 @@ The following keys may be provided optionally in either a "new" or a
a string to be interpreted exactly as the "Icon" field
in desktop entries is interpreted.
+ LAUNCHED_BY
+
+ identification of the top-level window in which the launch was initiated.
+ The value is the X window ID of the window.
+
DESKTOP
the desktop on which the application should appear,
@@ -420,3 +425,4 @@ Changes since 0.1:
- TIMESTAMP field is obsoleted by including the timestamp directly in the ID.
- data from "change:" messages should be used even if they precede the matching "new:" message
+- added LAUNCHED_BY