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
|
|
@ -592,7 +592,9 @@ Examples:
|
|||
|
||||
*size*
|
||||
Height, in pixels (subject to output scaling), of the
|
||||
titlebar. Default: _26_.
|
||||
titlebar. Setting it to 0 will hide the titlebar, while still
|
||||
showing the border (if *border-width* is set to a non-zero
|
||||
value). Default: _26_.
|
||||
|
||||
*color*
|
||||
Titlebar color. Default: use the default _foreground_ color.
|
||||
|
|
@ -603,6 +605,11 @@ Examples:
|
|||
title bar size. That is, all *:size* and *:pixelsize* attributes
|
||||
will be ignored. Default: _primary font_.
|
||||
|
||||
*hide-when-maximized*
|
||||
Boolean. When enabled, the CSD titlebar is hidden when the window
|
||||
is maximized. The completely disable the titlebar, set *size* to 0
|
||||
instead. Default: _no_.
|
||||
|
||||
*border-width*
|
||||
Width of the border, in pixels (subject to output scaling). Note
|
||||
that the border encompasses the entire window, including the title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue