From d3b8525519556c16f4d78aeb4304678ffe45a3c0 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 22 Feb 2019 10:39:13 +0000 Subject: [PATCH] Set screen layout on magnesium --- sway/.config/sway/config.magnesium | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/sway/.config/sway/config.magnesium b/sway/.config/sway/config.magnesium index 6e16cab..7229fae 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 "HDMI2" + output "HDMI-A-2" font pango:Liberation Mono 10 colors { background $black_super @@ -19,7 +19,7 @@ bar { bar { id bar_right position top - output "HDMI3" + output "HDMI-A-3" font pango:Liberation Mono 10 colors { background $black_super @@ -32,8 +32,19 @@ bar { } -workspace 1 output HDMI2 -workspace 2 output HDMI3 +workspace 1 output HDMI-A-2 +workspace 2 output HDMI-A-3 + +output HDMI-A-2 { + position 0 0 + background ~/Pictures/background.jpg fit +} + +output HDMI-A-3 { + position 1920 0 + background ~/Pictures/background.jpg fit +} + font pango:Liberation Mono 8 -- 2.45.2