diff --git a/set-wp.sh b/set-wp.sh index a06562d..beb2a86 100755 --- a/set-wp.sh +++ b/set-wp.sh @@ -5,7 +5,7 @@ setwp() { #wal -n -s -t -e -i "$1" rm ~/.config/wall cp "$1" "$HOME/.config/wall" - swaymsg "output * bg ~/.config/wall fit" + swaymsg "output * bg ~/.config/wall fill" #swaybg --image "$HOME/.config/wall" }