diff --git a/rofi-pass b/rofi-pass index 122089d..2c5c25a 100755 --- a/rofi-pass +++ b/rofi-pass @@ -18,7 +18,6 @@ # }}} gpg_agent_info=$(gpg-connect-agent 'keyinfo --list' /bye 2>/dev/null | awk 'BEGIN{CACHED=0} /^S/ {if($7==1){CACHED=1}} END{if($0!=""){print CACHED} else {print "none"}}') # Terminal emulator and window title -TERM_EMULATOR="alacritty" TERM_TITLE="Authentication with tmux" TIMEOUT=60