dotfiles/scripts/sway/swayotp
2024-02-05 05:59:09 -06:00

5 lines
122 B
Bash
Executable file

#!/bin/sh
password="$(~/.config/scripts/menu/menu-pass)"
[ -z "$password" ] && exit
ydotool type $(pass otp "$password")