hyprctl: hide unmapped windows without -a
This commit is contained in:
parent
0a4ade01d3
commit
717d5b3cc2
3 changed files with 18 additions and 3 deletions
|
|
@ -16,6 +16,10 @@ class CHyprCtl {
|
|||
|
||||
int m_iSocketFD = -1;
|
||||
|
||||
struct {
|
||||
bool all = false;
|
||||
} m_sCurrentRequestParams;
|
||||
|
||||
private:
|
||||
void startHyprCtlSocket();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue