shift-shell/kwin/decorations/CMakeLists.txt
Marco Allegretti d9b2e987dc Drop snap-assist hover stub from decoration
The decoration QML sandbox has no DBus or kglobalaccel access, so
the Qt.callDBus call from the maximize-button hover Timer was a
silent no-op.  Remove the dead Timer, hover state and grid-dot
overlay; the shift-tiling script now polls the cursor over the
title-bar button strip and triggers SHIFT Snap Assist itself.

Also refresh the SPDX header on both decoration files.
2026-05-04 20:25:28 +02:00

6 lines
188 B
CMake

# SPDX-FileCopyrightText: 2026 Marco Allegretti <
# SPDX-License-Identifier: EUPL-1.2
install(
DIRECTORY org.shift.decoration
DESTINATION ${KDE_INSTALL_DATADIR}/kwin/decorations
)