From 382eec2348fdc2587105c13d5c698c0db04ccf2f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Nov 2020 22:40:14 +0100 Subject: ws/base: xrandr setup script --- inventory/host_vars/ch-equinox-ws.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'inventory') 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 -- cgit v1.2.3