add config flag

you can now specify a config with -c <path>
This commit is contained in:
Mihai Fufezan
2022-07-14 23:55:24 +03:00
parent 316589406f
commit 01fc3d6068
3 changed files with 39 additions and 15 deletions

View File

@@ -147,6 +147,8 @@ public:
CWindow* getX11Parent(CWindow*);
void scheduleFrameForMonitor(SMonitor*);
std::string explicitConfigPath;
private:
void initAllSignals();
void setRandomSplash();