diff options
author | Marvin Borner | 2022-11-01 14:13:08 +0100 |
---|---|---|
committer | Marvin Borner | 2022-11-01 14:13:08 +0100 |
commit | 29c894db157e9b2bb2a392e0abb83ac700a839d5 (patch) | |
tree | 1e630bfabf1d94b61a88ab7b6e8b631113b6f7fd /.scripts/typeclip | |
parent | 600de714ba13c1ccd54357554898db909de5af81 (diff) |
sync
Diffstat (limited to '.scripts/typeclip')
-rwxr-xr-x | .scripts/typeclip | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scripts/typeclip b/.scripts/typeclip new file mode 100755 index 0000000..6b1a585 --- /dev/null +++ b/.scripts/typeclip @@ -0,0 +1,4 @@ +#!/bin/sh + +sleep 0.1 +xdotool type "$(xclip -o -selection clipboard)" |