Taskwarrior config

This commit is contained in:
2019-09-03 13:51:23 -04:00
parent 1e65b54066
commit 0cb1db417b
17 changed files with 134 additions and 36 deletions

View File

@@ -1,8 +1,7 @@
#!/bin/bash
# printf 'twem.tk/.png' | xclip -selection clipboard
sleep .3
xdotool type 'twem.tk/.png'
xdotool type 'https://twem.tk/.png'
for i in {1..4} ; do
xdotool key Left
done

View File

@@ -0,0 +1,7 @@
#!/bin/bash
DELAY=200
RATE=90
xmodmap ~/.Xmodmap &> /dev/null
xset r rate $DELAY $RATE &> /dev/null