Many changes including introduction to menu system
THe main addition here is the menu system that is used to contoll the phone. THere are also some small helper scripts for calls etc.
This commit is contained in:
parent
86840be8ee
commit
e0cf58430b
10 changed files with 206 additions and 2 deletions
7
bin/.bin/toggleKeyboard
Executable file
7
bin/.bin/toggleKeyboard
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if pidof svkbd-colemak || pidof svkbd-numbers; then
|
||||
pkill "svkbd-*"
|
||||
else
|
||||
svkbd-colemak & disown
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue