commit 3f0e5fd1b2ec62d0f579e48d695f141a903e6843 parent 12437ccc548395476afb86b955e215a686845f7b Author: clamiax <smoppy@gmail.com> Date: Thu, 27 Feb 2014 15:00:25 +0100 Change the feh flag. Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ Example usage in ~/.xinitrc: # Change wallpaper each 5 minutes while true do - feh --bg-scale $(~/sources/scripts/scrapthumb -rn1) + feh --bg-fill $(~/sources/scripts/scrapthumb -rn1) sleep 5m done &