AutoYADM commit: 2025-05-01 15:00:05

This commit is contained in:
Daniel Fichtinger 2025-05-01 15:00:05 -04:00
parent ea21308016
commit bc47e51af8
2 changed files with 11 additions and 2 deletions

View file

@ -9,7 +9,10 @@ set -l line (printf "%s" $data | fuzzel --prompt=">> " --dmenu)
set -l emoji (string split -f1 ' ' $line)
sleep 0.15
if test -n "$emoji"
wtype "$emoji"
wtype $emoji
# wtype -M ctrl -M shift -k v
# nohup wtype testing &>/dev/null &
# nohup wtype $emoji &>/dev/null &
else
return 1
end