This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
swflint
/
bin-files
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Ensure that the screen is locked before it suspends
Samuel W. Flint
%!s(int64=7) %!d(string=hai) anos
pai
e745f53965
achega
6d5acfefe6
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
i3-lock
+ 1
- 0
i3-lock
Ver ficheiro
@@ -26,6 +26,7 @@ case ${1} in
;;
suspend)
i3-lock lock
+ sleep 1
systemctl suspend
;;
*)