shift-shell/kwin/effects/shift-snap-assist/metadata.json
Marco Allegretti 9364cb29db Add SHIFT snap-assist KWin effect
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.
2026-05-04 20:25:17 +02:00

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"
}