summaryrefslogtreecommitdiffstats
path: root/set-background.sh
diff options
context:
space:
mode:
Diffstat (limited to 'set-background.sh')
-rwxr-xr-xset-background.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/set-background.sh b/set-background.sh
index e465e7e..8d72476 100755
--- a/set-background.sh
+++ b/set-background.sh
@@ -26,7 +26,7 @@ cd "$(dirname "$1")"
FILE="$(pwd)/$(basename "$1")"
if [ -f "$FILE" ]; then
- echo "feh --bg-center '${FILE}'" > "$HOME/.fehbg";
+ echo "feh --bg-tile '${FILE}'" > "$HOME/.fehbg";
#rm "$HOME/backgrounds/current_bg";
#ln -sf "${FILE}" "$HOME/backgrounds/current_bg";
source $HOME/.fehbg