From: Maximilian Friedersdorff Date: Mon, 6 May 2019 09:08:14 +0000 (+0100) Subject: Support external HDMI monitor with background X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=78e8192169268b0d19c091954aa62786799fb4dd;hp=5f8135d931908809a284f939f8e1a5a11b786a26;p=max%2Fdotfiles.git Support external HDMI monitor with background --- 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 }