mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04: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
2
config.h
2
config.h
|
|
@ -262,6 +262,8 @@ struct config {
|
|||
uint16_t border_width_visible;
|
||||
uint16_t button_width;
|
||||
|
||||
bool hide_when_maximized;
|
||||
|
||||
struct {
|
||||
bool title_set:1;
|
||||
bool buttons_set:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue