modify hyprland config

This commit is contained in:
Simon Rieger 2025-04-25 10:02:35 +02:00
parent a3c6041366
commit ee825fb354

View file

@ -2,9 +2,8 @@
sleep 1 sleep 1
content=$(wl-paste)
{ {
echo "typedelay 100" echo "typedelay 100"
echo "type $content" echo "type $(wl-paste)"
} | DOTOOL_XKB_LAYOUT=de dotool && \ } | DOTOOL_XKB_LAYOUT=de dotool && \
notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt" notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt"