aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/random_background_sway2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/random_background_sway b/scripts/random_background_sway
index c67d95a..3eb0081 100755
--- a/scripts/random_background_sway
+++ b/scripts/random_background_sway
@@ -13,4 +13,4 @@ ran=$(($RANDOM % len))
echo ${pics[$ran]}
killall swaybg
-swaybg -i ${pics[$ran]} &
+swaybg -m fill -i ${pics[$ran]} &