File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments