mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
config: add csd.double-click-to-maximize=no|yes option
When enabled, double-clicking the CSD titlebar will (un)maximize the window. Defaults to ‘yes’ (since this is the old hard-coded behavior). Closes #1293
This commit is contained in:
parent
3cd0e2adb0
commit
3f7be59062
7 changed files with 19 additions and 1 deletions
|
|
@ -777,6 +777,8 @@ test_section_csd(void)
|
|||
&conf.csd.color.quit);
|
||||
test_boolean(&ctx, &parse_section_csd, "hide-when-maximized",
|
||||
&conf.csd.hide_when_maximized);
|
||||
test_boolean(&ctx, &parse_section_csd, "double-click-to-maximize",
|
||||
&conf.csd.double_click_to_maximize);
|
||||
|
||||
/* TODO: verify the ‘set’ bit is actually set for colors */
|
||||
/* TODO: font */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue