From: Maximilian Friedersdorff Date: Fri, 22 Feb 2019 14:52:15 +0000 (+0000) Subject: Correctly set the background X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=a7db74d8a91e5d7401f372759100fc3b866bc243;hp=-c;p=max%2Fdotfiles.git Correctly set the background Sway can't deal with jpgs for some reason --- a7db74d8a91e5d7401f372759100fc3b866bc243 diff --git a/sway/.config/sway/config.magnesium b/sway/.config/sway/config.magnesium index 7229fae..e7a91bc 100644 --- a/sway/.config/sway/config.magnesium +++ b/sway/.config/sway/config.magnesium @@ -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 }