added multi monitor support in set-bg
This commit is contained in:
parent
29a445f3f6
commit
5c9a310632
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user