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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ value as shown below:
104
104
"static_location_enabled": false,
105
105
"static_pos": [0, 0],
106
106
"static_size": [400, 220],
107
-
"screenshot_dir": "C:/Users/YourName/Pictures",
107
+
"screenshot_dir": "./MultiLauncher_Screenshots",
108
108
"screenshot_save_file": true
109
109
}
110
110
```
@@ -148,7 +148,7 @@ Example: typing `test` will only list entries containing `test`. If an alias mat
148
148
`clipboard_limit` sets how many clipboard entries are persisted for the clipboard plugin.
149
149
`preserve_command` keeps the typed command prefix (like `bm add` or `f add`) in the search field after running an action.
150
150
`enabled_capabilities` maps plugin names to capability identifiers so features can be toggled individually. The folders plugin, for example, exposes `show_full_path`.
151
-
`screenshot_dir` sets the directory used when saving screenshots. If omitted, the Pictures or home folder is used by default.
151
+
`screenshot_dir` sets the directory used when saving screenshots. If omitted, screenshots are stored in a `MultiLauncher_Screenshots`folder in the current working directory.
152
152
`screenshot_save_file` determines whether screenshots copied to the clipboard are also written to disk. The default is `true`.
153
153
154
154
@@ -220,7 +220,7 @@ Built-in plugins and their command prefixes are:
220
220
221
221
### Screenshot Plugin (Windows only)
222
222
Use `ss` to capture the active window, a custom region or the whole desktop. Add `clip` to copy the result to the clipboard.
223
-
Screenshots are saved in a `screenshots` folder next to the executable by default or the path set in `screenshot_dir`.
223
+
Screenshots are saved in a `MultiLauncher_Screenshots` folder in the current working directory by default or the path set in `screenshot_dir`.
224
224
Set `screenshot_save_file` to `true` to always keep a file when copying to the clipboard.
225
225
226
226
When the search box is empty the launcher shows these shortcuts along with `app <alias>` entries for saved actions.
0 commit comments