From 6a39367eb581a868efb89b3849716462498f59fc Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 28 Apr 2019 18:28:46 -0400 Subject: [PATCH] Formatted gopass rofi selector. --- sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 0a40bc8..365f686 100644 --- a/sway/config +++ b/sway/config @@ -21,10 +21,11 @@ set $term kitty # Your preferred application launcher # Note: it's recommended that you pass the final command to sway -#set $menu dmenu_path | dmenu | xargs swaymsg exec set $menu rofi -show run | xargs swaymsg exec # gopass prompt -bindsym $mod+backslash exec gopass ls --flat | rofi -dmenu | xargs --no-run-if-empty gopass show -c +bindsym $mod+backslash exec gopass ls --flat \ + | rofi -dmenu -p pass \ + | xargs --no-run-if-empty gopass show -c # clipboard history bindsym $mod+c exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'