summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-23 22:40:14 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-23 22:40:14 +0100
commit382eec2348fdc2587105c13d5c698c0db04ccf2f (patch)
tree8819baacd3748ee29c9b4a0538a5cec5220c4eff /inventory/host_vars/ch-equinox-ws.yml
parentupdate tor-project repo key (diff)
ws/base: xrandr setup script
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