Explorar el Código

Ensure that the screen is locked before it suspends

Samuel W. Flint hace 6 años
padre
commit
6d5acfefe6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      i3-lock

+ 1 - 0
i3-lock

@@ -26,6 +26,7 @@ case ${1} in
         ;;
     suspend)
         i3-lock lock
+        sleep 1
         systemctl suspend
         ;;
     *)