mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +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.
20 lines
639 B
JSON
20 lines
639 B
JSON
{
|
|
"KPackageStructure": "KWin/Effect",
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "marcoa@example.com",
|
|
"Name": "Marco Allegretti"
|
|
}
|
|
],
|
|
"Category": "Appearance",
|
|
"Description": "Windows 11-style snap layout picker for SHIFT convergence mode. Activated by hovering the maximize button or pressing Meta+Shift+S.",
|
|
"EnabledByDefault": false,
|
|
"Id": "shift-snap-assist",
|
|
"License": "EUPL-1.2",
|
|
"Name": "SHIFT Snap Assist",
|
|
"Version": "1.0"
|
|
},
|
|
"X-KDE-Ordering": 60,
|
|
"X-Plasma-API": "declarativescript"
|
|
}
|