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

10 lines
177 B
Bash
Raw Normal View History

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