]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Support external HDMI monitor with background
authorMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 6 May 2019 09:08:14 +0000 (10:08 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 6 May 2019 09:08:14 +0000 (10:08 +0100)
sway/.config/sway/config.platinum

index d4831c1251ee1d52e5607eca64716c9629a7f7e3..da2f9675235118f439597a7d974d71185f7e8133 100644 (file)
@@ -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
 }