diff options
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)" |