core: add a --systeminfo parameter to gather systeminfo without running
This commit is contained in:
parent
2320b2241c
commit
2a052c69f3
3 changed files with 15 additions and 4 deletions
|
|
@ -5,6 +5,9 @@
|
|||
#include "../helpers/MiscFunctions.hpp"
|
||||
#include <functional>
|
||||
|
||||
// exposed for main.cpp
|
||||
std::string systemInfoRequest(eHyprCtlOutputFormat format, std::string request);
|
||||
|
||||
class CHyprCtl {
|
||||
public:
|
||||
CHyprCtl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue