diff --git a/dot_config/hypr/scripts/executable_dotool_wp-paste.sh b/dot_config/hypr/scripts/executable_dotool_wp-paste.sh index 4b03197..da3f8b2 100644 --- a/dot_config/hypr/scripts/executable_dotool_wp-paste.sh +++ b/dot_config/hypr/scripts/executable_dotool_wp-paste.sh @@ -2,9 +2,8 @@ sleep 1 -content=$(wl-paste) { echo "typedelay 100" - echo "type $content" + echo "type $(wl-paste)" } | DOTOOL_XKB_LAYOUT=de dotool && \ notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt"