Add monitor disabled option

This commit is contained in:
vaxerski
2022-04-17 10:19:46 +02:00
parent 2118628d58
commit 4a966c945b
3 changed files with 19 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ struct SMonitorRule {
float scale = 1;
float refreshRate = 60;
int defaultWorkspaceID = -1;
bool disabled = false;
};
struct SWindowRule {