From 5c9a3106328a3c8b3078146976078e963e2f886a Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 12 Jul 2020 17:59:34 +0200 Subject: [PATCH] added multi monitor support in set-bg --- .local/share/scripts/set-bg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/share/scripts/set-bg.sh b/.local/share/scripts/set-bg.sh index 94cf85c..566a946 100755 --- a/.local/share/scripts/set-bg.sh +++ b/.local/share/scripts/set-bg.sh @@ -11,7 +11,7 @@ SCRIPTPATH=$(dirname "$SCRIPT") LAST_BG_LOCATION="$XDG_CACHE_HOME/last-bg" -feh --bg-scale $1 +feh --no-fehbg --bg-fill $@ rm -f "$LAST_BG_LOCATION" ln -s $1 $(realpath "$LAST_BG_LOCATION")