From f604553cec7f06998c3c3b89d702bccd92ca9e57 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 29 Jun 2022 07:53:47 -0400 Subject: predictor: use wl-ime-type instead of wtype for performance --- predictor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/predictor.sh b/predictor.sh index bcdae44..7fd4998 100755 --- a/predictor.sh +++ b/predictor.sh @@ -32,9 +32,9 @@ typeSomehow(){ IFS='' while read -r word; do if test -e "$complete"; then - test -n "${word:1}" && wtype -- "${word:1}" + test -n "${word:1}" && wl-ime-type -- "${word:1}" else - wtype -- "$word" + wl-ime-type -- "$word" fi done } -- cgit 1.4.1