From d2552cd68a849dcc82241cfd908403e3c9f58b2a Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 16 Aug 2020 17:03:44 -0400 Subject: [PATCH] Sometimes the best solution is the simplest. Fixed the paging issue by just having paging done in the current pane. The other option was to see swaymsg to relaunch --- sway/scripts/fzf-pass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sway/scripts/fzf-pass b/sway/scripts/fzf-pass index 9e5ba3e..e40c6a3 100755 --- a/sway/scripts/fzf-pass +++ b/sway/scripts/fzf-pass @@ -37,8 +37,7 @@ case "$RESP" in && ydotool type \"\$(pass get_pass $PASSFILE)\"" ;; Page) - "$HOME/.config/sway/scripts/tty-popup" info \ - bash -c "pass \"${PASSFILE}\" | LESS=R less" + pass "$PASSFILE" | LESS=R less ;; *) exit 1