1
0
mirror of synced 2026-01-13 15:37:38 +00:00

Put -noscroll first in usage at head

This commit is contained in:
Larry Masinter 2021-10-04 15:03:49 -07:00
parent 1380722e55
commit a4370ae57d

View File

@ -1,8 +1,8 @@
#!/bin/sh
# Run Medley
#
# Syntax: run-medley [--dimensions WIDTHxHEIGHT] # sets both -g -sc
# [-noscroll] # sc = gw x gh+16
# Syntax: run-medley [-noscroll] #turn off scrollbars
# [--dimensions WIDTHxHEIGHT] # sets both -g -sc
# [-g WIDTHxHEIGHT]
# [-sc WIDTHxHEIGHT]
# [--display X_DISPLAY] # defaults to $DISPLAY or :0
@ -68,6 +68,7 @@ while [ "$#" -ne 0 ]; do
mkdir -p $MEDLEYDIR/tmp/logindir
export HOME=$MEDLEYDIR/tmp/logindir
export LOGINDIR=$MEDLEYDIR/tmp/logindir
export LDEINIT="$MEDLEYDIR/greetfiles/NOGREET"
;;
"-greet" | "--greet")