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

@ -1030,6 +1030,10 @@
"type": "boolean",
"description": "Configures whether the built-in bar is shown.\n\nThe default is `true`.\n"
},
"show-titles": {
"type": "boolean",
"description": "Configures whether title bars on windows are shown.\n\nThe default is `true`.\n"
},
"focus-history": {
"description": "Configures the focus-history settings.\n\n- Example:\n\n ```toml\n [focus-history]\n only-visible: true\n same-workspace: true\n ```\n",
"$ref": "#/$defs/FocusHistory"
@ -1831,6 +1835,9 @@
"show-bar",
"hide-bar",
"toggle-bar",
"show-titles",
"hide-titles",
"toggle-titles",
"focus-prev",
"focus-next",
"focus-below",