Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PlacementDirective.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 fuddlesworth
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include <QList>
7#include <QString>
8
9namespace PhosphorSnapEngine {
10
34{
35 QList<int> zoneOrdinals;
38};
39
40} // namespace PhosphorSnapEngine
Definition WindowTrackingService.h:38
What a matched open-placement rule directs for an opening window.
Definition PlacementDirective.h:34
int targetDesktop
Definition PlacementDirective.h:37
QString targetScreenId
Definition PlacementDirective.h:36
QList< int > zoneOrdinals
Definition PlacementDirective.h:35