Keys for the extended-window-property QVariantMap (the trailing a{sv} argument of setWindowMetadata).
More...
|
| constexpr QLatin1String | IsMinimized ("isMinimized") |
| |
| constexpr QLatin1String | IsDemandingAttention ("isDemandingAttention") |
| | Urgency (KWin's demandsAttention).
|
| |
| constexpr QLatin1String | IsFullscreen ("isFullscreen") |
| |
| constexpr QLatin1String | IsSticky ("isSticky") |
| |
| constexpr QLatin1String | IsMaximized ("isMaximized") |
| |
| constexpr QLatin1String | IsFocused ("isFocused") |
| |
| constexpr QLatin1String | IsTransient ("isTransient") |
| |
| constexpr QLatin1String | IsNotification ("isNotification") |
| |
| constexpr QLatin1String | KeepAbove ("keepAbove") |
| |
| constexpr QLatin1String | KeepBelow ("keepBelow") |
| |
| constexpr QLatin1String | SkipTaskbar ("skipTaskbar") |
| |
| constexpr QLatin1String | SkipPager ("skipPager") |
| |
| constexpr QLatin1String | SkipSwitcher ("skipSwitcher") |
| |
| constexpr QLatin1String | IsModal ("isModal") |
| |
| constexpr QLatin1String | HasDecoration ("hasDecoration") |
| |
| constexpr QLatin1String | IsResizable ("isResizable") |
| |
| constexpr QLatin1String | IsMovable ("isMovable") |
| |
| constexpr QLatin1String | IsMaximizable ("isMaximizable") |
| |
| constexpr QLatin1String | Width ("width") |
| |
| constexpr QLatin1String | Height ("height") |
| |
| constexpr QLatin1String | PositionX ("positionX") |
| |
| constexpr QLatin1String | PositionY ("positionY") |
| |
| constexpr QLatin1String | CaptionNormal ("captionNormal") |
| |
| constexpr QLatin1String | VirtualDesktops ("virtualDesktops") |
| | Full 1-based desktop-number list for a window on SEVERAL (but not all) virtual desktops.
|
| |
Keys for the extended-window-property QVariantMap (the trailing a{sv} argument of setWindowMetadata).
The kwin-effect packs the live KWin-property / geometry snapshot under these keys; the daemon unpacks them into WindowMetadata so its window-rule resolvers match the same fields the effect path resolves. A key is PRESENT only when the value is known — absence leaves the WindowQuery field disengaged, mirroring window_query.cpp's engage-only-when-known contract.