add dpms status info in hyprctl

This commit is contained in:
vaxerski
2022-10-05 18:14:11 +01:00
parent 9c5023ab1a
commit 11ce468996
3 changed files with 10 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ public:
bool scheduledRecalc = false;
wl_output_transform transform = WL_OUTPUT_TRANSFORM_NORMAL;
bool dpmsStatus = true;
// mirroring
CMonitor* pMirrorOf = nullptr;
std::vector<CMonitor*> mirrors;