From 107a21900550e2aed341192ad3b5c78920d1e380 Mon Sep 17 00:00:00 2001 From: timekills Date: Thu, 6 Jun 2019 11:48:26 +0430 Subject: [PATCH] Changed default width and height of GUI Lines 65 and 66. Default width = 1280 Default height =768 You can comment out those two lines to go back to default. --- apps/jd2-openvpn.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/jd2-openvpn.yml b/apps/jd2-openvpn.yml index 292946c..9a0b600 100644 --- a/apps/jd2-openvpn.yml +++ b/apps/jd2-openvpn.yml @@ -62,6 +62,8 @@ pg_env: UID: '1000' GID: '1000' + DISPLAY_WIDTH: '1600' + DISPLAY_HEIGHT: '960' # MAIN DEPLOYMENT ############################################################# - name: 'Deploying {{pgrole}}'