summaryrefslogtreecommitdiff
path: root/dotfiles/Xsession
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/Xsession')
-rw-r--r--dotfiles/Xsession3
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles/Xsession b/dotfiles/Xsession
index 3d2a716..473e1b8 100644
--- a/dotfiles/Xsession
+++ b/dotfiles/Xsession
@@ -17,8 +17,7 @@ run_if_exists parcellite
# on FIDO HW key add/remove, update the SSH agent
udev_match --subsystem=hidraw --match=ACTION=remove --match=ID_FIDO_TOKEN=1 ssh_sk_clean &
-udev_match --subsystem=hidraw --match=ACTION=add --match=ID_FIDO_TOKEN=1 \
- "ssh-add -K || notify-send -u critical 'Error adding FIDO2 keys to SSH agent' 'Wrong PIN?'" &
+udev_match --subsystem=hidraw --match=ACTION=add --match=ID_FIDO_TOKEN=1 ssh_sk_add &
# show notifications on brightness changes
for d in /sys/class/backlight/*; do