From 6371bb6183d281231845e1fc446d904f29a482d5 Mon Sep 17 00:00:00 2001 From: Martin Weber Date: Thu, 13 Jun 2024 12:55:09 +0200 Subject: [PATCH] etc/arandr: Update office layout for new dock This is an intermediary setup, until the new dock proves to work correctly, then we can continue with the next step (larger screens). --- etc/arandr/.screenlayout/office.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/arandr/.screenlayout/office.sh b/etc/arandr/.screenlayout/office.sh index b3dacf94..c810dd3d 100755 --- a/etc/arandr/.screenlayout/office.sh +++ b/etc/arandr/.screenlayout/office.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off --output DP-1-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1-2 --mode 1920x1080 --pos 3840x0 --rotate normal --output DP-1-3 --off +xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off --output DP-1-1 --off --output DP-1-2 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1-3 --mode 1920x1080 --pos 3840x0 --rotate normal