Files
linux-config/scripts/executable_twem
Kevin Mok 1e65b54066 calcurse config, i3 bindings
- replace urxvt commands with $term
- small, sticky cava
- twem link script
- paste emails
2019-09-02 16:23:24 -04:00

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