hyprctl: Add Config Flag to hyprctl systeminfo (#6160)
This commit is contained in:
parent
addd3e7f1a
commit
553232a3e4
6 changed files with 40 additions and 4 deletions
|
|
@ -17,7 +17,8 @@ class CHyprCtl {
|
|||
int m_iSocketFD = -1;
|
||||
|
||||
struct {
|
||||
bool all = false;
|
||||
bool all = false;
|
||||
bool sysInfoConfig = false;
|
||||
} m_sCurrentRequestParams;
|
||||
|
||||
private:
|
||||
|
|
@ -26,4 +27,4 @@ class CHyprCtl {
|
|||
std::vector<SP<SHyprCtlCommand>> m_vCommands;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CHyprCtl> g_pHyprCtl;
|
||||
inline std::unique_ptr<CHyprCtl> g_pHyprCtl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue