Explorar el Código

Dump keys from agent on suspend

Samuel W. Flint hace 5 años
padre
commit
c701e0a967
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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