From ba6f6dfd5f39b156599f22bcf65e093bf6330b75 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 25 Apr 2025 10:04:57 +0200 Subject: [PATCH] modify hyprland config --- dot_config/fuzzel/executable_fuzzel-rbw.sh | 3 ++- dot_config/hypr/scripts/executable_dotool_wp-paste.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_config/fuzzel/executable_fuzzel-rbw.sh b/dot_config/fuzzel/executable_fuzzel-rbw.sh index f5d49d1..d45ab9b 100644 --- a/dot_config/fuzzel/executable_fuzzel-rbw.sh +++ b/dot_config/fuzzel/executable_fuzzel-rbw.sh @@ -67,7 +67,8 @@ if [[ -n "$selected" ]]; then { echo "typedelay 100" echo "type $cleaned_text" - } | DOTOOL_XKB_LAYOUT=de dotool && notify-send "Passwort eingetippt" + } | DOTOOL_XKB_LAYOUT=de dotool && \ + notify-send -t 5000 -u low "Eingabe abgeschlossen" "Inhalt wurde getippt" fi fi fi diff --git a/dot_config/hypr/scripts/executable_dotool_wp-paste.sh b/dot_config/hypr/scripts/executable_dotool_wp-paste.sh index da3f8b2..1f81573 100644 --- a/dot_config/hypr/scripts/executable_dotool_wp-paste.sh +++ b/dot_config/hypr/scripts/executable_dotool_wp-paste.sh @@ -6,4 +6,4 @@ sleep 1 echo "typedelay 100" echo "type $(wl-paste)" } | DOTOOL_XKB_LAYOUT=de dotool && \ -notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt" +notify-send -t 5000 -u low "Eingabe abgeschlossen" "Inhalt wurde getippt"