Skip to content

Commit 084f1f0

Browse files
authored
Merge pull request #15 from sammhansen/develop
refactor: minor changes
2 parents f894985 + d3c8bdf commit 084f1f0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@
1515

1616
# Configuration
1717
- Fuzzel RBW currently supports a custom
18-
- prompt: shows just before the placeholder, default `> `
19-
- placeholder: self explanatory, default `select an entry`
20-
- lines: number of vertical lines for fuzzel to display, default `6`
18+
- `prompt`: shows just before the placeholder, default `> `
19+
- `placeholder`: self explanatory, default `select an entry`
20+
- `lines`: number of vertical lines for fuzzel to display, default `6`
21+
- `notifications`: whether to send notifications via `notify-send`, default `true`
2122

2223
- The file is expected to be at `$HOME/.config/fuzzel-rbw/config.json` and will be automatically generated if it does not exist
2324
```
2425
{
2526
"placeholder": "select an entry",
2627
"prompt": "> ",
27-
"lines": 6
28+
"lines": 6,
29+
"notifications": true,
2830
}
2931
```
3032
# Pinentry
@@ -67,6 +69,10 @@
6769
```
6870
sudo cp target/release/frbw /usr/bin/
6971
```
72+
- Copy the `pinentry-fuzzel` binary to `/usr/bin/`
73+
```
74+
sudo cp target/release/pinentry-fuzzel /usr/bin/
75+
```
7076
- Copy the logo to `/usr/share/pixmaps`
7177
```
7278
sudo cp .assets/bitwarden.png /usr/share/pixmaps/bitwarden.png

0 commit comments

Comments
 (0)