config: change default CSD button width from 22 -> 26

This commit is contained in:
Daniel Eklöf 2020-03-06 19:11:31 +01:00
parent a78cca74a0
commit 27ef5b472a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -623,7 +623,7 @@ config_load(struct config *conf, const char *conf_path)
.preferred = CONF_CSD_PREFER_SERVER,
.title_height = 26,
.border_width = 5,
.button_width = 22,
.button_width = 26,
},
.render_worker_count = sysconf(_SC_NPROCESSORS_ONLN),

View file

@ -136,7 +136,7 @@ component.
*button-width*
Width, in pixels (subject to output scaling), of the
minimize/maximize/close buttons. Default: _22_.
minimize/maximize/close buttons. Default: _26_.
*button-minimize-color*
Minimize button's AARRGGBB color. Default: _ff1e90ff_.

2
footrc
View file

@ -38,7 +38,7 @@
# preferred=server
# size=26
# color=<foreground color>
# button-width=22
# button-width=26
# button-minimize-color=ff0000ff
# button-maximize-color=ff00ff00
# button-close-color=ffff0000