Update src/r
This commit is contained in:
parent
f580a59be0
commit
f2c182200a
5
src/r
5
src/r
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
trap 'clear' SIGINT
|
command=$(cat ~/.aliases.txt | fzf | cut -d : -f 2- | sed s/\ //)
|
||||||
setxkbmap
|
xdotool type --delay 0 "${command}"
|
||||||
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