Support for custom bg colors for clients.
This commit is contained in:
committed by
Michael Stapelberg
parent
5ed0c0a042
commit
fa3ad8be10
@ -112,6 +112,7 @@ struct Config {
|
||||
|
||||
/* Color codes are stored here */
|
||||
struct config_client {
|
||||
uint32_t background;
|
||||
struct Colortriple focused;
|
||||
struct Colortriple focused_inactive;
|
||||
struct Colortriple unfocused;
|
||||
|
Reference in New Issue
Block a user