diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2006-08-09 11:46:13 +0000 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2006-08-09 11:46:13 +0000 |
commit | c9162feffbd09aec064ac21552049719a66587bc (patch) | |
tree | 968013c02970c362cd3d34a85e09254f708e269a /doc | |
parent | 4850f870f06e7ad756624d8af461e61ff3e9f821 (diff) |
Fix description of StartupWMClass, improve description of StartupNotify.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/startup-notification.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/startup-notification.txt b/doc/startup-notification.txt index 08fb611..f79dc65 100644 --- a/doc/startup-notification.txt +++ b/doc/startup-notification.txt @@ -343,10 +343,15 @@ StartupNotify=BOOLEAN If true, it is KNOWN that the application will send a "remove" message when started with the DESKTOP_LAUNCH_ID environment variable set. + If false, it is KNOWN that the application does not work + with startup notification at all (does not shown any window, breaks + even when using StartupWMClass, etc.). + If absent, a reasonable handling is up to implementations (assuming false, + using StartupWMClass, etc.). StartupWMClass=STRING - If true, it is KNOWN that the application will map at least one + If specified, it is KNOWN that the application will map at least one window with the given string as its WM class or WM name hint. EWMH spec extensions |