949eeedbc5
This script allows to have video fullscreen windows span all attached screens creating a video wall. This replaces the removed functionality that you could disable xinerama support inside KWin for fullscreen windows. REVIEW: 104014
5 lines
221 B
CMake
5 lines
221 B
CMake
# packages
|
|
install( DIRECTORY videowall DESTINATION ${DATA_INSTALL_DIR}/kwin/scripts )
|
|
|
|
# service files
|
|
install( FILES videowall/metadata.desktop DESTINATION ${SERVICES_INSTALL_DIR} RENAME kwin-script-videowall.desktop )
|