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

9 lines
184 B
Bash

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