Add printclip
This is for when an application doesn't support pasting from the clip baord. Thus, this just types your clipboard
This commit is contained in:
parent
edf0a89c7b
commit
5aed9d6f68
8
.local/bin/printclip
Executable file
8
.local/bin/printclip
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for (( i=1; i<4; i++ )); do
|
||||||
|
echo $i
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
echo "Go!"
|
||||||
|
xdotool type $(xclip -o)
|
Loading…
Reference in New Issue
Block a user