Make all sxmo menu SSH mode compatible
We then simplify the sxmo_modemtext that was already using SSH related behaviors. Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
33e6ce14b3
commit
a3e4dc0fa4
6 changed files with 41 additions and 21 deletions
|
@ -30,6 +30,9 @@ command -v "$KEYBOARD" > /dev/null || export KEYBOARD=svkbd-mobile-intl
|
|||
# shellcheck disable=SC2039
|
||||
command -v shopt > /dev/null && shopt -s expand_aliases
|
||||
|
||||
alias dmenu="sxmo_dmenu.sh"
|
||||
alias st="sxmo_terminal.sh"
|
||||
|
||||
alias find="busybox find"
|
||||
alias pkill="busybox pkill"
|
||||
alias pgrep="busybox pgrep"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue