summaryrefslogtreecommitdiff
path: root/bin/menuscripts/memoji
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-25 13:46:24 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-25 13:46:24 +0100
commite29b27c6ad718cd9fd71b757cb70133b52ec5de2 (patch)
tree10c934455db01773a2eca6bfb607a3c1f147abd9 /bin/menuscripts/memoji
parent856fc4cc30dc87bd41436ea7dd7f9aabc1f258c1 (diff)
Update options for commander
Diffstat (limited to 'bin/menuscripts/memoji')
-rwxr-xr-xbin/menuscripts/memoji2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/memoji b/bin/menuscripts/memoji
index 45a74f1..5766238 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:" -x -w 44 -y 10 -c | sh "$0" copy ;;
+ "") sh "$0" list | commander -p "Emoji:" -xlc | sh "$0" copy ;;
esac
exit