config: allow disabling window titles
This commit is contained in:
parent
796269d31e
commit
daafb98336
19 changed files with 222 additions and 74 deletions
|
|
@ -851,7 +851,7 @@ The string should have one of the following values:
|
|||
|
||||
- `default`:
|
||||
|
||||
The default brightness setting.
|
||||
The default brightness setting.
|
||||
|
||||
The behavior depends on the EOTF:
|
||||
|
||||
|
|
@ -2086,6 +2086,14 @@ The table has the following fields:
|
|||
|
||||
The value of this field should be a boolean.
|
||||
|
||||
- `show-titles` (optional):
|
||||
|
||||
Configures whether title bars on windows are shown.
|
||||
|
||||
The default is `true`.
|
||||
|
||||
The value of this field should be a boolean.
|
||||
|
||||
- `focus-history` (optional):
|
||||
|
||||
Configures the focus-history settings.
|
||||
|
|
@ -4159,6 +4167,18 @@ The string should have one of the following values:
|
|||
|
||||
Toggles the built-in bar.
|
||||
|
||||
- `show-titles`:
|
||||
|
||||
Shows window titles.
|
||||
|
||||
- `hide-titles`:
|
||||
|
||||
Hides window titles.
|
||||
|
||||
- `toggle-titles`:
|
||||
|
||||
Toggles window titles.
|
||||
|
||||
- `focus-prev`:
|
||||
|
||||
Focuses the previous window in the focus history.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue