From 1c2f6a430277d3ce08e3743ac1e86a926510c9db Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Mon, 28 Oct 2024 09:13:21 +0800 Subject: [PATCH] sway: fix position for 1.10 --- .config/sway/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 0a606d3..d74cc5f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -12,11 +12,15 @@ exec { #xwayland disable output { - eDP-1 { + eDP-1 { pos 0 0 scale 3 } + DP-2 { + pos 1280 0 + } + 'BNQ BenQ BL2780 96L0214501Q' { pos 0 0 subpixel rgb -- 2.45.2