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.
6 lines
No EOL
195 B
CMake
6 lines
No EOL
195 B
CMake
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
add_subdirectory(scripts)
|
|
add_subdirectory(decorations)
|
|
add_subdirectory(mobiletaskswitcher) |