diff options
author | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-10 13:16:04 +0100 |
---|---|---|
committer | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-10 13:16:04 +0100 |
commit | 98f14193a9fbdbfb8db581803c84316602b4687e (patch) | |
tree | 9e99c27d7fe5b484bc899a790ab7de0ab609053b | |
parent | 4aa539dbcb42c72ed39b0be172cd9608c2a32345 (diff) | |
download | impressive-display-98f14193a9fbdbfb8db581803c84316602b4687e.tar.gz impressive-display-98f14193a9fbdbfb8db581803c84316602b4687e.tar.bz2 impressive-display-98f14193a9fbdbfb8db581803c84316602b4687e.zip |
Rename 'SLAVE_RESOLUTION' to 'SECONDARIES_RESOLUTION'.
-rwxr-xr-x | bin/impressive-display | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index c4f344e..32ad061 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -55,9 +55,9 @@ PDF_FILE_SECONDARIES="" # enforce fixed resolution for displays # PRIMARIES_RESOLUTION="1920x1080" -# SLAVE_RESOLUTION="1920x1080" +# SECONDARIES_RESOLUTION="1920x1080" PRIMARIES_RESOLUTION= -SLAVE_RESOLUTION= +SECONDARIES_RESOLUTION= # launch pulseaudio daemon if not already running WITH_PULSEAUDIO="yes" @@ -149,7 +149,7 @@ fi PDF_URL="$PDF_URL_SECONDARIES" PDF_URL_CREDS="$PDF_URL_SECONDARIES_CREDS" PDF_FILE="$PDF_FILE_SECONDARIES" -RESOLUTION="$SLAVE_RESOLUTION" +RESOLUTION="$SECONDARIES_RESOLUTION" for primary_display in $PRIMARY_DISPLAYS; do if [ "x$(hostname -f)" = "x$primary_display" ]; then |