Put -noscroll first in usage at head
This commit is contained in:
parent
1380722e55
commit
a4370ae57d
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user