Add monitor disabled option
This commit is contained in:
parent
2118628d58
commit
4a966c945b
3 changed files with 19 additions and 3 deletions
|
|
@ -26,6 +26,7 @@ struct SMonitorRule {
|
|||
float scale = 1;
|
||||
float refreshRate = 60;
|
||||
int defaultWorkspaceID = -1;
|
||||
bool disabled = false;
|
||||
};
|
||||
|
||||
struct SWindowRule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue