Explorar el Código

Update forgotten layout setting command

Alois Mahdal hace 9 años
padre
commit
89b98a72f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/libexec/saturnin-iam

+ 1
- 1
src/libexec/saturnin-iam Ver fichero

@@ -81,7 +81,7 @@ i_am_afk() {
81 81
     #
82 82
     mocp --pause
83 83
     set_status "afk"
84
-    i_am_bbldone    # make sure to set lang to default before locking
84
+    saturnin kb home    # make sure to set lang to default before locking
85 85
     slock
86 86
     set_status "atk"
87 87
 }