Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorTiles::WindowInfo Struct Reference

Per-window metadata passed to algorithms. More...

#include <phosphor-tiles/include/PhosphorTiles/TilingParams.h>

Public Attributes

QString appId
 Application identifier (e.g., "firefox", "org.kde.dolphin")
 
bool focused = false
 Whether this window currently has focus.
 

Detailed Description

Per-window metadata passed to algorithms.

Provides identity and state for each tiled window so algorithms can make app-aware layout decisions (e.g., "browser always master").

Member Data Documentation

◆ appId

QString PhosphorTiles::WindowInfo::appId

Application identifier (e.g., "firefox", "org.kde.dolphin")

◆ focused

bool PhosphorTiles::WindowInfo::focused = false

Whether this window currently has focus.


The documentation for this struct was generated from the following file: