Browse Source

Fix the example command (#13)

master
paga2004 5 years ago
committed by GitHub
parent
commit
df857b1df6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -43,7 +43,7 @@ every time it is used, and the clipboard is cleared every 15 seconds. In reality
little more lenient. Here is the command I use in my personal i3wm config. little more lenient. Here is the command I use in my personal i3wm config.
```bash ```bash
bitwarden-dmenu --dmenu-args '-i' --clear-clipboard 30 --session-timeout 100 --sync-vault-after 3600 --on-error 'xargs notify-send --urgency=low'
bitwarden-dmenu --dmenu-args='-i' --clear-clipboard 30 --session-timeout 100 --sync-vault-after 3600 --on-error 'xargs notify-send --urgency=low'
``` ```
`bitwarden-dmenu` will prompt for a login if you are logged out. `bitwarden-dmenu` will prompt for a login if you are logged out.


Loading…
Cancel
Save