dotfiles/dot_config/hypr/scripts/executable_dotool_wp-paste.sh

11 lines
194 B
Bash
Raw Normal View History

2025-04-25 09:58:05 +02:00
#!/bin/bash
sleep 1
content=$(wl-paste)
{
echo "typedelay 100"
echo "type $content"
} | DOTOOL_XKB_LAYOUT=de dotool && \
notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt"