add decoration_border color for the actual client borders
see https://github.com/i3/i3/pull/2136
This commit is contained in:
@ -54,6 +54,7 @@ struct Colortriple {
|
||||
color_t background;
|
||||
color_t text;
|
||||
color_t indicator;
|
||||
color_t decoration_border;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user