From abb66a954b8d347f1d1701d644f9e39654c5c3e4 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 28 Dec 2018 13:54:40 +0000 Subject: [PATCH] i3: rofi-pass use multiple password stores --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index e8927b3..9472047 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -139,7 +139,7 @@ bindsym $mod+Shift+Return exec i3-sensible-terminal -d "`xcwd`" bindsym $mod+Ctrl+Shift+Return exec i3-sensible-terminal -r floating-term -d "`xcwd`" bindsym $mod+l exec dm-tool switch-to-greeter bindsym $mod+space exec "pkill rofi; rofi -show run -sidebar-mode -terminal i3-sensible-terminal -normal-window" -bindsym $mod+Shift+p exec rofi-pass +bindsym $mod+Shift+p exec rofi-pass --root $(grep path ~/.config/gopass/config.yml | sed -E 's|^.*fs\+file://||g' | tr '\n' ':') | sed 's/:$//g' bindsym $mod+Shift+e exec rofi-emoji bindsym $mod+Shift+i exec rofi-fontawesome bindsym --release Print exec screenshot