Skip to main content

๐Ÿ”ฉ Settings

Keywords: settings ยท โ€” type settings in 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"
}
KeyTypeDescription
PositionstringWindow position: Center, Top, Bottom, Left, Right, TopRight, BottomLeft, BottomRight, AtMouse
MonitorintMonitor index (0 = primary)
AlwaysOnTopboolStay above all other windows
HideOnFocusLostboolClose when the window loses focus
HideOnPressbool / stringfalse = never closes on shortcut ยท "OnFocus" = closes if already active ยท "Always" = always closes
LoopListboolLoop navigation in the list (bottom โ†’ top and back)
ThemestringTheme file name in Data/Themes/ (without .json)

Upgrading from an older version? Data/Config.json (the previous settings file) is automatically migrated to Data/Settings.json on first launch and then deleted.