From acf299e0229b88651f7f1d372a449d1fa9c1b7eb Mon Sep 17 00:00:00 2001 From: histalek Date: Sun, 30 Oct 2022 18:03:36 +0100 Subject: [PATCH] sway: Switch outputs to reflect replugged displays DP-1 is the 'default' display for my gpu/system and therefore displays the boot splash screen and the systemd-boot menu. I replugged my displays to be able to actually read those without breaking my neck. --- .config/sway/conf.d/1-set | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/conf.d/1-set b/.config/sway/conf.d/1-set index 019ce2b..e769f5e 100644 --- a/.config/sway/conf.d/1-set +++ b/.config/sway/conf.d/1-set @@ -17,8 +17,8 @@ set $right l set $term foot ## Define outputs -set $disp1 DP-1 -set $disp2 HDMI-A-1 +set $disp1 HDMI-A-1 +set $disp2 DP-1 set $disp3 DP-2 ## Define inputs