From e6d3579a105b078d85d6f289c7735d29f29cabb8 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
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.
---
 i3/.config/i3/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'i3')

diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index c9ce53c..24941cd 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -116,7 +116,7 @@ bindsym $WinKey+Shift+F8 exec alacritty -e qutebrowser
 #bindsym $AltKey+a exec urxvt -name floatme --background "#000000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e "pygmentize ~/.zsh/aliases.zsh | less"
 #bindsym $WinKey+Shift+v move morkspace to output right
 bindsym $WinKey+control+l exec i3lock-fancy -p -n
-bindsym $WinKey+p exec rofi-pass
+bindsym $WinKey+p exec ~/.scripts/launch_rofi-pass.sh
 #bindsym $WinKey+Shift+$AltKey+0 exec ~/.config/i3/switch-workspace.py 6
 bindsym XF86AudioPlay exec ~/.config/i3/switch_audio.sh 8
 bindsym $WinKey+g exec ~/.scripts/cycle-workspace.py
-- 
cgit v1.2.1