From e6d3579a105b078d85d6f289c7735d29f29cabb8 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 16 May 2019 17:24:58 +0200 Subject: Use new pinentry script to select if this need GUI or TUI By default is TUI but if a programm need a GUI for acces gpg keys just add PINENTRY_USER_DATA="gtk" before start it. --- scripts/.scripts/launch_rofi-pass.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 scripts/.scripts/launch_rofi-pass.sh (limited to 'scripts/.scripts/launch_rofi-pass.sh') diff --git a/scripts/.scripts/launch_rofi-pass.sh b/scripts/.scripts/launch_rofi-pass.sh new file mode 100755 index 0000000..87654ce --- /dev/null +++ b/scripts/.scripts/launch_rofi-pass.sh @@ -0,0 +1 @@ +PINENTRY_USER_DATA="gtk" exec rofi-pass -- cgit v1.2.1