mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Add Wayland and Xorg session files
This allows display managers to detect sway.
This commit is contained in:
parent
1100335ea0
commit
0ac6409a75
3 changed files with 18 additions and 0 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue