From abaea3bc3584317afbdff8da1ff90f42cbd8c90c Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 24 Jan 2023 16:44:45 +0100 Subject: [PATCH] TERM_EMULATOR is now defined in ZSH config files --- rofi-pass | 1 - 1 file changed, 1 deletion(-) 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