From 2c37d11603e02e9874e58a552edbaccaa4e05ccc Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 13 Nov 2023 09:36:36 +0200 Subject: [PATCH] sway/wallpaper.conf: fit instead of stretch, set fallback colour & comments of course --- conf/sway/config.d/wallpaper.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/sway/config.d/wallpaper.conf b/conf/sway/config.d/wallpaper.conf index c0028ce2..5c61eb14 100644 --- a/conf/sway/config.d/wallpaper.conf +++ b/conf/sway/config.d/wallpaper.conf @@ -1,3 +1,9 @@ # See `man swaybg` for more information. -# Modes: stretch, fill, fit, center, or tile -output * bg ~/.wallpaper stretch +# Modes: stretch, fill, fit, center, or tile. + +# Set ~/.wallpaper as the background on all displays, fitting it to the +# centre of displays and use solid black as fallback colour. As I tend to +# prefer AMOLED black wallpapers, it's indistinguishable where the wallpaper +# ends and solid colour continues. +# Via https://github.com/swaywm/sway/pull/2439 +output * bg ~/.wallpaper fit #000000