modify hyprland config

This commit is contained in:
Simon Rieger 2025-04-25 10:04:57 +02:00
parent ee825fb354
commit ba6f6dfd5f
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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"