- replace urxvt commands with $term - small, sticky cava - twem link script - paste emails
9 lines
150 B
Bash
9 lines
150 B
Bash
#!/bin/bash
|
|
|
|
# printf 'twem.tk/.png' | xclip -selection clipboard
|
|
sleep .3
|
|
xdotool type 'twem.tk/.png'
|
|
for i in {1..4} ; do
|
|
xdotool key Left
|
|
done
|