]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Correctly set the background
authorMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 22 Feb 2019 14:52:15 +0000 (14:52 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 22 Feb 2019 14:52:15 +0000 (14:52 +0000)
Sway can't deal with jpgs for some reason

sway/.config/sway/config.magnesium

index 7229fae0763705d44ec7b7eee98add12f615823b..e7a91bc2aa985a78719aeffda5c30053a789cb33 100644 (file)
@@ -37,12 +37,12 @@ workspace 2 output HDMI-A-3
 
 output HDMI-A-2 {
   position 0 0
-  background ~/Pictures/background.jpg fit
+  background ~/Pictures/background.png fit
 }
 
 output HDMI-A-3 {
   position 1920 0
-  background ~/Pictures/background.jpg fit
+  background ~/Pictures/background.png fit
 }