From a4097a9c60d52a93ad57e2265bc1c986ad300248 Mon Sep 17 00:00:00 2001
From: M3079 <m3079@student.jamk.fi>
Date: Fri, 5 Jul 2019 11:48:43 +0300
Subject: [PATCH] Update run.sh

---
 run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run.sh b/run.sh
index b261537..b47dee3 100644
--- a/run.sh
+++ b/run.sh
@@ -4,7 +4,7 @@ set -e
 
 # Set the defaults
 DEFAULT_LOG_LEVEL="INFO" # Available levels: TRACE, DEBUG, INFO (default), WARN, NONE (no logging)
-DEFAULT_RES="1280x1024x24"
+DEFAULT_RES="1920x1080x24"
 DEFAULT_DISPLAY=":99"
 
 # Use default if none specified as env var
-- 
GitLab