calcurse config, i3 bindings

- replace urxvt commands with $term
- small, sticky cava
- twem link script
- paste emails
This commit is contained in:
2019-09-02 16:23:24 -04:00
parent 5c4e37fb84
commit 1e65b54066
14 changed files with 237 additions and 46 deletions

8
scripts/executable_twem Normal file
View File

@@ -0,0 +1,8 @@
#!/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