summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-equinox-ws.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-equinox-ws.yml')
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index b98ccbe7..e1a17962 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -224,3 +224,13 @@ ws_base_extra_packages:
# - studio-link-standalone
# - virtualbox
# - youtube-dl
+
+
+ws_base_xrandr_setup_script: |
+ #!/bin/bash
+
+ xrandr --output DisplayPort-1 --mode 2560x1440 --rotate left --pos 0x0
+ xrandr --output DisplayPort-0 --mode 3840x2160 --primary --pos 1440x200
+ xrandr --output DisplayPort-2 --mode 2560x1440 --rotate left --pos 5280x0
+
+ exit 0