Explorar el Código

Updated locker script

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

+ 1 - 1
i3-lock

@@ -16,7 +16,7 @@ case ${1} in
         ;;
     start)
         # xscreensaver
-        xautolock -time 10 -locker "i3-lock locker-command" -detectsleep -notify
+        xautolock -time 10 -locker "i3-lock locker-command" -detectsleep -notify 30
         ;;
     *)
         echo "i3-lock [ lock | start ]"