config: CSD borders are always invisible

That is, remove all configuration options and always draw them fully
transparent.
This commit is contained in:
Daniel Eklöf 2020-03-03 18:18:59 +01:00
parent cb6616ef8a
commit c90d70b2bf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 10 additions and 56 deletions

View file

@ -45,12 +45,10 @@ struct config {
struct {
bool title_set;
bool border_set;
bool minimize_set;
bool maximize_set;
bool close_set;
uint32_t title;
uint32_t border;
uint32_t minimize;
uint32_t maximize;
uint32_t close;