diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-14 02:23:53 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-14 02:23:53 +0100 |
commit | f5526c4cfbe0803212050dc53a487e5c3b38bd4b (patch) | |
tree | 2ba0b97fbd1a6ac4f3ae4b529da0d21570a3f4b8 /bin/extra/ssimg | |
parent | 991fc41022fbdf7da399eb8ea53b3c67d0239d47 (diff) |
Update scripts
Diffstat (limited to 'bin/extra/ssimg')
-rwxr-xr-x | bin/extra/ssimg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/extra/ssimg b/bin/extra/ssimg new file mode 100755 index 0000000..d69db42 --- /dev/null +++ b/bin/extra/ssimg @@ -0,0 +1,4 @@ +#!/bin/sh +out="/tmp/ssimg.png" +clipo > "$out" || exit 1 +printf "file://clip" | ydotool type -d 40 -f - |