๐ฉ Settings
Keywords: settings ยท โ type
settingsin InputBar to reload or open this file
Main InputBar settings. Located in Data/Settings.json, created automatically on first launch.
On update, new keys are injected without overwriting your existing values.
{
"Position": "Center",
"Monitor": 0,
"AlwaysOnTop": true,
"HideOnFocusLost": true,
"HideOnPress": false,
"LoopList": true,
"Theme": "theme_default"
}
| Key | Type | Description |
|---|---|---|
Position | string | Window position: Center, Top, Bottom, Left, Right, TopRight, BottomLeft, BottomRight, AtMouse |
Monitor | int | Monitor index (0 = primary) |
AlwaysOnTop | bool | Stay above all other windows |
HideOnFocusLost | bool | Close when the window loses focus |
HideOnPress | bool / string | false = never closes on shortcut ยท "OnFocus" = closes if already active ยท "Always" = always closes |
LoopList | bool | Loop navigation in the list (bottom โ top and back) |
Theme | string | Theme file name in Data/Themes/ (without .json) |
Upgrading from an older version?
Data/Config.json(the previous settings file) is automatically migrated toData/Settings.jsonon first launch and then deleted.