termux-packages/packages/pass
glow 5f5b2dcf26
pass: termux-clipboard-set even if DISPLAY is set (#7193)
With the current patch, pass will try to use `xclip` when `$DISPLAY` is
set. Termux (most of the time) doesn't have `xclip` even if `$DISPLAY`
is set, so this change will check for `xclip` specifically (and
`wl-copy`/`wl-paste` in case of `$WAYLAND_DISPLAY`).

So, if a user has `xclip` and `$DISPLAY` set, it will still use `xclip`,
otherwise it will use `termux-clipboard-set`.
2021-07-26 12:52:25 +03:00
..
build.sh pass: termux-clipboard-set even if DISPLAY is set (#7193) 2021-07-26 12:52:25 +03:00
src-password-store.sh.patch pass: termux-clipboard-set even if DISPLAY is set (#7193) 2021-07-26 12:52:25 +03:00