mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -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
1
config.h
1
config.h
|
|
@ -285,6 +285,7 @@ struct config {
|
|||
uint16_t button_width;
|
||||
|
||||
bool hide_when_maximized;
|
||||
bool double_click_to_maximize;
|
||||
|
||||
struct {
|
||||
bool title_set:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue