From 78e8192169268b0d19c091954aa62786799fb4dd Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 6 May 2019 10:08:14 +0100 Subject: [PATCH] Support external HDMI monitor with background --- sway/.config/sway/config.platinum | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config.platinum b/sway/.config/sway/config.platinum index d4831c1..da2f967 100644 --- a/sway/.config/sway/config.platinum +++ b/sway/.config/sway/config.platinum @@ -19,5 +19,12 @@ font pango:Liberation Mono 10 output eDP-1 { scale 2 - background ~/Pictures/background.png fit + position 0 0 + background ~/Pictures/background_1800.png center +} + +output HDMI-A-2 { + scale 1 + position 3200 0 + background ~/Pictures/background_1440.png fill } -- 2.45.2