From eb4af4d8704a84da85a7a64503f38fbef90c0de2 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 24 Oct 2025 16:41:28 +0200 Subject: [PATCH] fix: update screen setup on atlantispc --- herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 1dcea8e..81ee451 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -29,7 +29,7 @@ if [[ "$HOST" == "atlantispc" ]]; then fi if [[ "$HOST" == "atlantisV2" ]]; then - /usr/bin/xrandr --output DP-1 --right-of HDMI-0 + /usr/bin/xrandr --output DP-5 --right-of HDMI-0 fi ### Atlantislaptop specific setup ###