fix delay

This commit is contained in:
Digital Studium 2024-04-06 18:26:16 +03:00
parent 8c7ea43b42
commit 9060397309
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.12
1.13

2
r
View File

@ -1,4 +1,4 @@
#!/bin/bash
trap 'clear' SIGINT
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