1
0
Fork 0
forked from wry/wry

config: allow disabling window titles

This commit is contained in:
Sean Day 2025-10-16 17:48:47 +02:00 committed by Julian Orth
parent 796269d31e
commit daafb98336
19 changed files with 222 additions and 74 deletions

View file

@ -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.