Browse Source

Revert keyboard layout to default before locking

Alois Mahdal 10 years ago
parent
commit
da9e1a0142
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      bin/eeiam

+ 1
- 0
bin/eeiam View File

@@ -107,6 +107,7 @@ i_am_afk() {
107 107
     #
108 108
     mocp --pause
109 109
     set_status "afk"
110
+    i_am_bbldone    # make sure to set lang to default before locking
110 111
     slock
111 112
     set_status "atk"
112 113
 }