]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Add labwc.desktop (issue #36)
authorJohan Malm <jgm323@gmail.com>
Mon, 12 Jul 2021 20:41:12 +0000 (21:41 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 12 Jul 2021 20:41:12 +0000 (21:41 +0100)
docs/labwc.desktop [new file with mode: 0644]
meson.build

diff --git a/docs/labwc.desktop b/docs/labwc.desktop
new file mode 100644 (file)
index 0000000..880fbd5
--- /dev/null
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=labwc
+Comment=A wayland stacking compositor
+Exec=labwc
+Type=Application
+
index a6d5c09803cca2f01e5be0468603d91f8b25591d..20fe61ef7b10a4b70818e0edfa95a63e6286d732 100644 (file)
@@ -103,3 +103,5 @@ executable(
   dependencies: labwc_deps,
   install: true,
 )
+
+install_data('docs/labwc.desktop', install_dir: get_option('datadir') / 'wayland-sessions')