Add IPC event when a window is selected

This commit is contained in:
Zakk
2024-06-10 03:30:13 -04:00
parent ebe3c7ca69
commit 22f8b82b0e
3 changed files with 4 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ class CHyprEasyLabel : public IHyprWindowDecoration {
std::string m_szLabel;
std::string m_szActionCmd;
std::string m_szTextFont;
std::string m_szWindowAddress;
int m_iTextSize;
int m_iPaddingTop;
int m_iPaddingBottom;