diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-02 04:52:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-02 04:52:59 +0200 |
commit | 5e0b20c8a3b5b9f0539cefd4923a1a102a59c8ad (patch) | |
tree | 46cc75334ab6616f8ce4798c0a498bd02cf5b72d /bin/guiscripts/fillpass | |
parent | 1002bb13947af892d05af57cda1db2b4832719b3 (diff) |
checkpoint
Diffstat (limited to 'bin/guiscripts/fillpass')
-rwxr-xr-x | bin/guiscripts/fillpass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/guiscripts/fillpass b/bin/guiscripts/fillpass index ea2246a..4aa62d5 100755 --- a/bin/guiscripts/fillpass +++ b/bin/guiscripts/fillpass @@ -1,10 +1,5 @@ #!/bin/sh -if [ "colemak" = "$(setxkbmap -query | awk '/^variant:/ {print $2}')" ] -then - cycleKB - cycle=1 -fi # assume we are using colemak pass="$( find "${PASSWORD_STORE_DIR:=~/src/password-store/}" -name "*.gpg" | @@ -19,5 +14,3 @@ if [ "$login" ] then printf '%s\t%s\n' "$login" "$password" | ydotool type -f - else printf '%s\n' "$password" | ydotool type -f - fi - -[ "$cycle" ] && cycleKB |