diff --git a/dot_config/fuzzel/executable_fuzzel-rbw.sh b/dot_config/fuzzel/executable_fuzzel-rbw.sh index 223f94f..0021773 100644 --- a/dot_config/fuzzel/executable_fuzzel-rbw.sh +++ b/dot_config/fuzzel/executable_fuzzel-rbw.sh @@ -81,19 +81,5 @@ if [[ -n "$selected" ]]; then copy_to_clipboard "$cleaned_text" echo "In Zwischenablage kopiert: ${cleaned_text:0:20}..." - - # Passwortverarbeitung - if [[ "$OSTYPE" != "darwin"* ]]; then - choice=$(select_item "Passwort mit dotool eingeben?" "$(echo -e "Nein\nJa")") - - if [[ "$choice" == "Ja" ]]; then - echo "Tippe Passwort in 5 Sekunden (Layout: DE)..." - { - echo "typedelay 100" - echo "type $cleaned_text" - } | DOTOOL_XKB_LAYOUT=de dotool && \ - notify-send -t 5000 -u low "Eingabe abgeschlossen" "Inhalt wurde getippt" - fi - fi fi fi