diff options
Diffstat (limited to 'bin/menuscripts/memoji')
| -rwxr-xr-x | bin/menuscripts/memoji | 2 | 
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  | 
