aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/ipass2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ipass b/.local/bin/ipass
index 4b0b2ee..4f555e4 100755
--- a/.local/bin/ipass
+++ b/.local/bin/ipass
@@ -6,7 +6,7 @@ main() {
if [ -n "$WAYLAND_DISPLAY" ]
then
file="$(pass_list | fuzzel -d)"
- wtype "$(pass_get "$file")"
+ pass_get "$file" | wl-copy
notify "Copied $file to clipboard!"
exit 0