mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 16:57:43 +00:00
Expose dynamicTilingEnabled (default true) on MobileShellSettings, stored under the General group of plasmamobilerc and re-emitted by the existing config watcher. shift-tiling extends its activation guard with this flag and clears the BSP layout when it goes false, so users can fall back to KWin native quick-tile at will. Add a quick-settings tile that surfaces the toggle. available is gated on convergenceModeEnabled and !gamingModeEnabled, so the tile is hidden on the phone form factor and during gaming sessions.
17 lines
521 B
JSON
17 lines
521 B
JSON
{
|
|
"KPackageStructure": "KPackage/GenericQML",
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "marco@lateuf.it",
|
|
"Name": "Marco Allegretti"
|
|
}
|
|
],
|
|
"Description": "Quick setting to toggle SHIFT dynamic (BSP) window tiling in convergence mode",
|
|
"Icon": "view-grid-symbolic",
|
|
"Id": "org.kde.plasma.quicksetting.dynamictiling",
|
|
"License": "LGPL",
|
|
"Name": "Dynamic Tiling",
|
|
"Website": "https://kde.org"
|
|
}
|
|
}
|