Add labwc.desktop (issue #36)

This commit is contained in:
Johan Malm 2021-07-12 21:41:12 +01:00
parent a3ac2f2767
commit 9fa783e7b4
2 changed files with 8 additions and 0 deletions

6
docs/labwc.desktop Normal file
View file

@ -0,0 +1,6 @@
[Desktop Entry]
Name=labwc
Comment=A wayland stacking compositor
Exec=labwc
Type=Application

View file

@ -103,3 +103,5 @@ executable(
dependencies: labwc_deps,
install: true,
)
install_data('docs/labwc.desktop', install_dir: get_option('datadir') / 'wayland-sessions')