mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04:00
config: change default CSD button width from 22 -> 26
This commit is contained in:
parent
a78cca74a0
commit
27ef5b472a
3 changed files with 3 additions and 3 deletions
2
config.c
2
config.c
|
|
@ -623,7 +623,7 @@ config_load(struct config *conf, const char *conf_path)
|
||||||
.preferred = CONF_CSD_PREFER_SERVER,
|
.preferred = CONF_CSD_PREFER_SERVER,
|
||||||
.title_height = 26,
|
.title_height = 26,
|
||||||
.border_width = 5,
|
.border_width = 5,
|
||||||
.button_width = 22,
|
.button_width = 26,
|
||||||
},
|
},
|
||||||
|
|
||||||
.render_worker_count = sysconf(_SC_NPROCESSORS_ONLN),
|
.render_worker_count = sysconf(_SC_NPROCESSORS_ONLN),
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ component.
|
||||||
|
|
||||||
*button-width*
|
*button-width*
|
||||||
Width, in pixels (subject to output scaling), of the
|
Width, in pixels (subject to output scaling), of the
|
||||||
minimize/maximize/close buttons. Default: _22_.
|
minimize/maximize/close buttons. Default: _26_.
|
||||||
|
|
||||||
*button-minimize-color*
|
*button-minimize-color*
|
||||||
Minimize button's AARRGGBB color. Default: _ff1e90ff_.
|
Minimize button's AARRGGBB color. Default: _ff1e90ff_.
|
||||||
|
|
|
||||||
2
footrc
2
footrc
|
|
@ -38,7 +38,7 @@
|
||||||
# preferred=server
|
# preferred=server
|
||||||
# size=26
|
# size=26
|
||||||
# color=<foreground color>
|
# color=<foreground color>
|
||||||
# button-width=22
|
# button-width=26
|
||||||
# button-minimize-color=ff0000ff
|
# button-minimize-color=ff0000ff
|
||||||
# button-maximize-color=ff00ff00
|
# button-maximize-color=ff00ff00
|
||||||
# button-close-color=ffff0000
|
# button-close-color=ffff0000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue