reset default mapping in start_launcher
This commit is contained in:
parent
ab7e5ae158
commit
52d20491c4
|
@ -60,8 +60,11 @@ while true; do
|
||||||
wait $!
|
wait $!
|
||||||
erase_pid
|
erase_pid
|
||||||
|
|
||||||
# In case retrofe quits with errors, clear graphic VT
|
# In case retrofe/opkrun quits with errors, clear graphic VT
|
||||||
termfix_all
|
termfix_all
|
||||||
|
|
||||||
|
# In case retrofe/opkrun quits with errors, reset default key mapping
|
||||||
|
keymap reset
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# WD to prevent 100% CPU
|
# WD to prevent 100% CPU
|
||||||
|
|
Loading…
Reference in New Issue