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"
|