From df857b1df6c77ac142b5e443d04fd604a6a279fd Mon Sep 17 00:00:00 2001 From: paga2004 <37170150+paga2004@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:03:50 +0200 Subject: [PATCH] Fix the example command (#13) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d888bff..1dff4cc 100644 --- a/README.md +++ b/README.md @@ -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. ```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.