mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -05:00
config: add [csd].hide-when-maximized=yes|no
When enabled, the CSD titlebar will be hidden when the window is maximized. Closes #1019
This commit is contained in:
parent
979f48a62f
commit
fbcebd4f1c
6 changed files with 19 additions and 2 deletions
|
|
@ -666,6 +666,8 @@ test_section_csd(void)
|
|||
&conf.csd.color.maximize);
|
||||
test_color(&ctx, &parse_section_csd, "button-close-color", true,
|
||||
&conf.csd.color.quit);
|
||||
test_boolean(&ctx, &parse_section_csd, "hide-when-maximized",
|
||||
&conf.csd.hide_when_maximized);
|
||||
|
||||
/* TODO: verify the ‘set’ bit is actually set for colors */
|
||||
/* TODO: font */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue