README: binding example must target bindings.lua (live Quattro config)
This commit is contained in:
@@ -52,14 +52,20 @@ omarchy pkg add zbar
|
|||||||
|
|
||||||
That's the whole install — `omarchy plugin add` clones the repo, validates the
|
That's the whole install — `omarchy plugin add` clones the repo, validates the
|
||||||
manifest, and enables it. It replaces the built-in `omarchy.clipboard`
|
manifest, and enables it. It replaces the built-in `omarchy.clipboard`
|
||||||
(restore it later with `omarchy plugin disable tank.clipboard`), and you bind
|
(restore it later with `omarchy plugin disable tank.clipboard`).
|
||||||
it wherever you like:
|
|
||||||
|
|
||||||
```bash
|
Omarchy's default `Super+Ctrl+V` (and `Super+Shift+V`) already routes to it
|
||||||
# ~/.config/hypr/bindings.conf
|
via the clone mechanism. For a custom binding, edit the **live** config —
|
||||||
bindd = ALT SHIFT, V, Clipboard manager (clipboard-history), exec, omarchy-shell shell toggle tank.clipboard
|
`~/.config/hypr/bindings.lua` on Quattro (a plain `bindings.conf` may exist
|
||||||
|
but is not sourced):
|
||||||
|
|
||||||
|
```lua
|
||||||
|
o.bind("ALT + SHIFT + V", "Clipboard manager (clipboard-history)",
|
||||||
|
"omarchy-shell shell toggle tank.clipboard")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
(If your config is still legacy `bindings.conf`: `bindd = ALT SHIFT, V, …`.)
|
||||||
|
|
||||||
Updating: `omarchy plugin update tank.clipboard` · Uninstall: `omarchy plugin remove tank.clipboard`
|
Updating: `omarchy plugin update tank.clipboard` · Uninstall: `omarchy plugin remove tank.clipboard`
|
||||||
|
|
||||||
## Keys
|
## Keys
|
||||||
|
|||||||
Reference in New Issue
Block a user