mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
Add a KWin decoration package under kwin/decorations and install it into share/kwin/decorations. The QML theme defines Shift titlebar colors, button rendering, and maximized border geometry. Wire the new decorations subdirectory from kwin/CMakeLists.txt.
7 lines
197 B
CMake
7 lines
197 B
CMake
# SPDX-FileCopyrightText: 2025 SHIFT Contributors
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
install(
|
|
DIRECTORY org.shift.decoration
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/kwin/decorations
|
|
)
|