Fix and simplify the pipecomplete svkbd managing
1 files changed, 1 insertions(+), 3 deletions(-) M scripts/core/sxmo_pipecomplete.sh
M scripts/core/sxmo_pipecomplete.sh => scripts/core/sxmo_pipecomplete.sh +1 -3
@@ 3,14 3,12 @@ INPUT="$(cat)" STWIN="$(xprop -root | sed -n '/^_NET_ACTIVE_WINDOW/ s/.* //p')" menu() { sxmo_keyboard.sh open RESULT="$( printf %b "$( echo "Close Menu"; echo "$INPUT" | grep -Eo '\S+' | tr -d '[:blank:]' | sort | uniq )" | dmenu -p "$PROMPT" -l 10 -i -c )" | sxmo_dmenu_with_kb.sh -p "$PROMPT" -l 10 -i -c )" sxmo_keyboard.sh close } copy() {