aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-07-26 13:53:44 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-26 13:53:51 +0200
commite2f7ba8994128c83a244b8d058c3cabaf4545c85 (patch)
tree06d6eba350f5866d5d06d1e54c69a4aaada8c06f /.local
parent047652c8878caed598132edc303fce06ceb06f1e (diff)
wtype doesn't work, thanks wayland
Diffstat (limited to '.local')
-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