fix delay
This commit is contained in:
parent
8c7ea43b42
commit
9060397309
2
r
2
r
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
trap 'clear' SIGINT
|
trap 'clear' SIGINT
|
||||||
setxkbmap
|
setxkbmap
|
||||||
cat ~/.aliases.txt | fzf | cut -d : -f 2- | sed s/\ // | (stty -F /dev/tty -echo; xargs -0 -I _ xdotool type --delay 0 _; stty -F /dev/tty echo) && xdotool key KP_Enter
|
cat ~/.aliases.txt | fzf | cut -d : -f 2- | sed s/\ // | (stty -F /dev/tty -echo; xargs -0 -I _ xdotool type --delay 0 _; stty -F /dev/tty echo) && xdotool key --delay 0 KP_Enter
|
||||||
|
|
Loading…
Reference in New Issue