diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-01 18:46:42 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-01 18:46:42 +0530 |
commit | da2887c6cc536e85082c1686c9c6df25af7d37b8 (patch) | |
tree | 609d8baaa7a38fe130db99b204920e1becd249cb | |
parent | 0cd63ae55b6a0bf0725c24b90f73995b856cf5f2 (diff) |
fix: don't clear clipboard when autotyping
fixes #21
-rwxr-xr-x | tessen | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |