mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
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.
6 lines
188 B
CMake
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
|
|
)
|