mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 16:57:43 +00:00
Declarative SceneEffect that shows a floating panel of layout presets (halves, thirds, quadrants). Activated via Meta+Shift+S or by the shift-tiling script when the cursor hovers the title-bar controls of the active window for 500 ms. Clicking a preset assigns the active window to the chosen zone with the same outer gap used by the BSP engine; remaining zones are shown as snap-assist drop targets for recently-used windows.
7 lines
No EOL
221 B
CMake
7 lines
No EOL
221 B
CMake
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
add_subdirectory(scripts)
|
|
add_subdirectory(effects)
|
|
add_subdirectory(decorations)
|
|
add_subdirectory(mobiletaskswitcher) |