From 5a963b5fc20d06479798c79e9a18cd98db58c73f Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 31 May 2015 23:59:38 +0200 Subject: [PATCH] dont reload menu after autotype --- rofi-pass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rofi-pass b/rofi-pass index 2770117..0527f45 100755 --- a/rofi-pass +++ b/rofi-pass @@ -131,6 +131,7 @@ Alt+4: Open URL | Alt+c: Copy Username | Alt+Shift+c: Copy Password" done xdotool_type "$password" fi + exit else if [[ -z "${stuff['CustomOrder']}" ]]; then xdotool_type "${stuff[${USERNAME_field}]}" @@ -143,6 +144,7 @@ Alt+4: Open URL | Alt+c: Copy Username | Alt+Shift+c: Copy Password" done xdotool_type "$password" fi + exit fi # cleanup (for the paranoid)