summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-31 17:35:38 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-31 17:35:38 +0100
commitcfb3aed2b81be807d385845cf0807d99dc0d1ac4 (patch)
tree0b2c0ee5aaa796558034ce63f3aa6f746c12bc86
parentc3e98662e367049d32a9a27805c620c178be603d (diff)
use width and height parameters instead of list
-rwxr-xr-xbin/menuscripts/memoji2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/memoji b/bin/menuscripts/memoji
index b957981..45a74f1 100755
--- a/bin/menuscripts/memoji
+++ b/bin/menuscripts/memoji
@@ -17,7 +17,7 @@ case "$1" in
printf "%s" "$input" | clipp
fi
;;
- "") sh "$0" list | commander -p "Emoji:" -l -x | sh "$0" copy ;;
+ "") sh "$0" list | commander -p "Emoji:" -x -w 44 -y 10 -c | sh "$0" copy ;;
esac
exit