From 1885b8b879629362bae71abe2c5bb1a75592ef7b Mon Sep 17 00:00:00 2001 From: coderkun Date: Sun, 28 Jan 2024 12:56:43 +0100 Subject: [PATCH] Use gopass without helper script --- sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/config b/sway/config index f8579d7..a32a6ca 100644 --- a/sway/config +++ b/sway/config @@ -104,7 +104,7 @@ bindsym Ctrl+space exec makoctl dismiss bindsym Ctrl+Shift+space exec makoctl dismiss --all # Passmenu -bindcode $mod+55 exec '~/.local/bin/gopassmenu -i -l 10 -m all -p Password: --fn "Dejavu Sans Mono" 10' +bindcode $mod+55 exec gopass ls --flat | bemenu -i -l 10 -m all -p Password: --fn "DejaVu Sans 12" | xargs --no-run-if-empty gopass show -c # Resizing containers mode "resize" {