adds support for split keyboard

This commit is contained in:
Michel Fedde 2025-10-13 22:51:38 +02:00
parent 725057ace8
commit e93060714c
5 changed files with 31 additions and 7 deletions

View file

@ -12,9 +12,9 @@ case $ROFI_RETV in
IFS=' '
for number in $NUMBERS; do
echo $number
echo -en "$number\\0icon\\x1fnum-lock-on\\n"
done
echo -en "$result\0non-selectable\x1ftrue\n"
echo -en "$result\\0non-selectable\\x1ftrue\\x1ficon\\x1fcalc\n"
;;
esac