This implements what was suggested in the discussion regarding the svkbd patch, it makes the choice of virtual keyboard configurable using the $KEYBOARD variable, rather than hard-coding it.master
parent
293bf69871
commit
ace9960926
9 changed files with 21 additions and 20 deletions
@ -1,6 +1,6 @@ |
||||
#!/usr/bin/env sh |
||||
|
||||
pidof svkbd-sxmo >&2 || svkbd-sxmo & |
||||
pidof "$KEYBOARD" >&2 || "$KEYBOARD" & |
||||
OUTPUT="$(cat | dmenu "$@")" |
||||
pkill svkbd-sxmo >&2 |
||||
pkill "$KEYBOARD" >&2 |
||||
echo "$OUTPUT" |
||||
|
Loading…
Reference in new issue