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
This commit is contained in:
James Patrick 2020-08-16 17:03:44 -04:00
parent 3c3ca9309d
commit d2552cd68a
1 changed files with 1 additions and 2 deletions

View File

@ -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