From e9fbc459e5888735fe7c108e5ed347120f1aa3f5 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 31 May 2025 12:49:19 +0200 Subject: [PATCH] config: Fix positioning and focusing screens Remove negative offsets and force focus on first screen. --- .config/sway/config.d/00-rotate.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/sway/config.d/00-rotate.conf b/.config/sway/config.d/00-rotate.conf index 318a7cf..9efef45 100644 --- a/.config/sway/config.d/00-rotate.conf +++ b/.config/sway/config.d/00-rotate.conf @@ -1,2 +1,3 @@ -output DP-1 pos 0 0 -output HDMI-A-2 pos 1920 -380 transform 270 +output DP-1 pos 0 380 +output HDMI-A-2 pos 1920 0 transform 270 +focus output DP-1