From ee825fb3542592d879fe7dd0ccdd420a6a10fa00 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 25 Apr 2025 10:02:35 +0200 Subject: [PATCH] modify hyprland config --- dot_config/hypr/scripts/executable_dotool_wp-paste.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"