feat(bspwm): Additional dimmed states configuration
This commit is contained in:
parent
70a5f1d41e
commit
1ea39e562a
2 changed files with 28 additions and 0 deletions
include/modules
|
@ -15,6 +15,10 @@ namespace modules {
|
|||
WORKSPACE_EMPTY,
|
||||
WORKSPACE_OCCUPIED,
|
||||
WORKSPACE_DIMMED, // used when the monitor is out of focus
|
||||
WORKSPACE_DIMMED_ACTIVE,
|
||||
WORKSPACE_DIMMED_URGENT,
|
||||
WORKSPACE_DIMMED_EMPTY,
|
||||
WORKSPACE_DIMMED_OCCUPIED
|
||||
};
|
||||
enum class state_mode {
|
||||
MODE_NONE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue