1eb950a985
When an application is not responding, its window is desaturated to communicate this. Also "(Not Responding)" is added to the title bar. Differential Revision: https://phabricator.kde.org/D5245
6 lines
348 B
CMake
6 lines
348 B
CMake
install(DIRECTORY contents DESTINATION ${DATA_INSTALL_DIR}/${KWIN_NAME}/effects/kwin4_effect_frozenapp)
|
|
install(FILES metadata.desktop DESTINATION ${DATA_INSTALL_DIR}/${KWIN_NAME}/effects/kwin4_effect_frozenapp)
|
|
|
|
install(FILES metadata.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/${KWIN_NAME}
|
|
RENAME kwin4_effect_frozenapp.desktop)
|