hyprctl: hide unmapped windows without -a

This commit is contained in:
Vaxry 2024-03-08 17:47:12 +00:00
parent 0a4ade01d3
commit 717d5b3cc2
3 changed files with 18 additions and 3 deletions

View file

@ -16,6 +16,10 @@ class CHyprCtl {
int m_iSocketFD = -1;
struct {
bool all = false;
} m_sCurrentRequestParams;
private:
void startHyprCtlSocket();