Browse Source

Dump keys from agent on suspend

Samuel W. Flint 5 years ago
parent
commit
c701e0a967
1 changed files with 1 additions and 0 deletions
  1. 1 0
      i3-lock

+ 1 - 0
i3-lock

@@ -25,6 +25,7 @@ case ${1} in
         xautolock -enable
         ;;
     suspend)
+        ssh-add -D
         i3-lock lock
         sleep 1
         systemctl suspend