summaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2022-03-01 18:46:42 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2022-03-01 18:46:42 +0530
commitda2887c6cc536e85082c1686c9c6df25af7d37b8 (patch)
tree609d8baaa7a38fe130db99b204920e1becd249cb /tessen
parent0cd63ae55b6a0bf0725c24b90f73995b856cf5f2 (diff)
fix: don't clear clipboard when autotyping
fixes #21
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen4
1 files changed, 0 insertions, 4 deletions
diff --git a/tessen b/tessen
index 62def2b..c43c9b8 100755
--- a/tessen
+++ b/tessen
@@ -444,14 +444,10 @@ auto_type_def() {
esac
done
fi
- _clear
- exit 0
}
auto_type() {
printf "%s" "$1" | wtype -s "$tsn_delay" -
- _clear
- exit 0
}
# POTENTIAL IMPROVEMENT: We could restore the clipboard as it was before pass