From d84c32d37bb387654784300bccdfa3a4a85fded4 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 28 May 2019 16:44:12 +0100 Subject: [PATCH] Monitors are stacked on magnesium --- sway/.config/sway/config.magnesium | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sway/.config/sway/config.magnesium b/sway/.config/sway/config.magnesium index b23304a..830e9a7 100644 --- a/sway/.config/sway/config.magnesium +++ b/sway/.config/sway/config.magnesium @@ -4,7 +4,7 @@ bar { id bar_left status_command conky-i3bar position top - output "HDMI-A-2" + output "HDMI-A-3" font pango:Liberation Mono 10 colors { background $black_super @@ -19,7 +19,7 @@ bar { bar { id bar_right position top - output "HDMI-A-3" + output "HDMI-A-2" font pango:Liberation Mono 10 colors { background $black_super @@ -32,16 +32,16 @@ bar { } -workspace 1 output HDMI-A-2 -workspace 2 output HDMI-A-3 +workspace 1 output HDMI-A-3 +workspace 2 output HDMI-A-2 output HDMI-A-2 { - position 0 0 + position 0 1080 background ~/Pictures/background_1080_1.png fit } output HDMI-A-3 { - position 1920 0 + position 0 0 background ~/Pictures/background_1080_2.png fit } -- 2.45.2