From cd21eb25ddced6e0781e902fde47b4de49b2adad Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 7 Dec 2016 13:47:58 -0800 Subject: [PATCH] [Linux] Fixup type_system_password --- dotfiles/lib/bin/type_system_password.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)"