summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authornerdopolis <bluescreen_avenger@verizon.net>2021-12-24 19:47:02 -0500
committerMarius Vlad <marius.vlad@collabora.com>2022-02-24 00:38:55 +0200
commit8e2c67c317ae048ce8b8530ea1e63499c0e9ece6 (patch)
tree42884e58e8c59ba9b880955a7fed146d9ad0154f /man
parent89587db3cba43a057714a4d4e5593ae56939f789 (diff)
downloadweston-8e2c67c317ae048ce8b8530ea1e63499c0e9ece6.tar.gz
clients/desktop-shell: Add a displayname= option for launchers
Signed-off-by: n3rdopolis <bluescreen_avenger@verizon.net>
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 18b5b2e1..9f97a90c 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -461,6 +461,9 @@ There can be multiple launcher sections, one for each launcher.
.BI "icon=" icon
sets the path to icon image (string). Svg images are not currently supported.
.TP 7
+.BI "displayname=" displayname
+sets the display name of the launcher that appears in the tooltip.
+.TP 7
.BI "path=" program
sets the path to the program that is run by clicking on this launcher (string).
It is possible to pass arguments and environment variables to the program. For