summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-minidan.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-08-05 18:58:40 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-08-05 18:58:48 +0200
commitd2be162cc83309cdfc841734606889458d6702e5 (patch)
tree3a5762d19538cb05790db5719890a02adc6f1d2c /inventory/host_vars/ele-minidan.yml
parentremote.elev8.at: force jitsi users to provide a name (diff)
elevate: some adaptations and fixes
Diffstat (limited to 'inventory/host_vars/ele-minidan.yml')
-rw-r--r--inventory/host_vars/ele-minidan.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-minidan.yml b/inventory/host_vars/ele-minidan.yml
index df7ab77c..73415369 100644
--- a/inventory/host_vars/ele-minidan.yml
+++ b/inventory/host_vars/ele-minidan.yml
@@ -66,3 +66,9 @@ ws_base_lightdm_defaults:
ws_base_extra_packages:
- mpv
+
+ws_base_xrandr_setup_script: |
+ #!/bin/bash
+
+ xrandr --output HDMI-1 --mode 1920x1080 --rate 50
+ exit 0