summaryrefslogtreecommitdiffstats
path: root/set-background.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-03 22:06:59 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-10-03 22:06:59 +0200
commit72bfb1db4b6edbcb2711fa68c158cbc88ced6db6 (patch)
tree84fa2f601f4ef2d4721c09f1567d18b45a8c1a86 /set-background.sh
parent553e0675788308742b83ebaafbf157fecb5271dc (diff)
downloadbin-72bfb1db4b6edbcb2711fa68c158cbc88ced6db6.tar.gz
bin-72bfb1db4b6edbcb2711fa68c158cbc88ced6db6.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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