added dimaround

This commit is contained in:
vaxerski
2022-12-28 15:39:17 +01:00
parent b5f5c26be3
commit a6699ef30c
6 changed files with 32 additions and 7 deletions

View File

@@ -8,8 +8,7 @@
#include <deque>
#include "config/ConfigDataValues.hpp"
enum eIdleInhibitMode
{
enum eIdleInhibitMode {
IDLEINHIBIT_NONE = 0,
IDLEINHIBIT_ALWAYS,
IDLEINHIBIT_FULLSCREEN,
@@ -43,6 +42,7 @@ struct SWindowAdditionalConfigData {
bool forceNoShadow = false;
bool windowDanceCompat = false;
bool noMaxSize = false;
bool dimAround = false;
};
struct SWindowRule {