9 lines
177 B
Bash
9 lines
177 B
Bash
#!/bin/bash
|
|
|
|
sleep 1
|
|
|
|
{
|
|
echo "typedelay 100"
|
|
echo "type $(wl-paste)"
|
|
} | DOTOOL_XKB_LAYOUT=de dotool && \
|
|
notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt"
|