diff --git a/dotfiles/lib/bin/type_system_password.sh b/dotfiles/lib/bin/type_system_password.sh index 26df938f..2e4a15f6 100755 --- a/dotfiles/lib/bin/type_system_password.sh +++ b/dotfiles/lib/bin/type_system_password.sh @@ -1,4 +1,3 @@ -#!/usr/bin/env bash -PASSWORD="$(keepasshttp.py --get -u "http://system.com" | jq '.[].password' | unescape.py)" -sleep .1s -xdotool type "$PASSWORD" +#!/usr/bin/env zsh + +xdotool type --clearmodifiers "$(keepass_system_password)"