commit cc5713aee6525fd1783c1a9280079f7e9abcd882 parent 3a5fce339f8dcc22db8cafdfeba7b2748df02d18 Author: Drew DeVault <sir@cmpwn.com> Date: Thu, 20 Aug 2015 17:39:32 -0400 Merge pull request #106 from FSMaxB/session-files Add Wayland and Xorg session files Diffstat:
| M | CMakeLists.txt | | | 8 | ++++++++ |
| A | sway-xorg.desktop | | | 5 | +++++ |
| A | sway.desktop | | | 5 | +++++ |
3 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -69,3 +69,11 @@ INSTALL( FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/sway.5 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man5 ) + +INSTALL( + FILES ${PROJECT_SOURCE_DIR}/sway.desktop + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/wayland-sessions/) + +INSTALL( + FILES ${PROJECT_SOURCE_DIR}/sway-xorg.desktop + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/xsessions/) diff --git a/sway-xorg.desktop b/sway-xorg.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Sway (Xorg) +Comment=SirCmpwn's Wayland window manager +Exec=sway +Type=Application diff --git a/sway.desktop b/sway.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Sway +Comment=SirCmpwn's Wayland window manager +Exec=sway +Type=Application