Fix and simplify the pipecomplete svkbd managing
This commit is contained in:
parent
d8e19504f6
commit
0b79710cb5
1 changed files with 1 additions and 3 deletions
|
@ -3,14 +3,12 @@ INPUT="$(cat)"
|
||||||
STWIN="$(xprop -root | sed -n '/^_NET_ACTIVE_WINDOW/ s/.* //p')"
|
STWIN="$(xprop -root | sed -n '/^_NET_ACTIVE_WINDOW/ s/.* //p')"
|
||||||
|
|
||||||
menu() {
|
menu() {
|
||||||
sxmo_keyboard.sh open
|
|
||||||
RESULT="$(
|
RESULT="$(
|
||||||
printf %b "$(
|
printf %b "$(
|
||||||
echo "Close Menu";
|
echo "Close Menu";
|
||||||
echo "$INPUT" | grep -Eo '\S+' | tr -d '[:blank:]' | sort | uniq
|
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() {
|
copy() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue