You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ value as shown below:
110
110
"history_limit": 100,
111
111
"clipboard_limit": 20,
112
112
"preserve_command": false,
113
+
"clear_query_after_run": false,
113
114
"follow_mouse": true,
114
115
"static_location_enabled": false,
115
116
"static_pos": [0, 0],
@@ -158,6 +159,7 @@ Example: typing `test` will only list entries containing `test`. If an alias mat
158
159
`history_limit` defines how many entries the history plugin keeps.
159
160
`clipboard_limit` sets how many clipboard entries are persisted for the clipboard plugin.
160
161
`preserve_command` keeps the typed command prefix (like `bm add` or `f add`) in the search field after running an action.
162
+
`clear_query_after_run` removes the search text after a successful action whenever you prefer starting with a blank box.
161
163
`enabled_capabilities` maps plugin names to capability identifiers so features can be toggled individually. The folders plugin, for example, exposes `show_full_path`.
162
164
`screenshot_dir` sets the directory used when saving screenshots. If omitted, screenshots are stored in a `MultiLauncher_Screenshots` folder in the current working directory.
163
165
`screenshot_save_file` determines whether screenshots copied to the clipboard are also written to disk. The default is `true`.
0 commit comments