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:
parent
3c3ca9309d
commit
d2552cd68a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user