From 870966244d817cbe9d5992416189553308595f9c Mon Sep 17 00:00:00 2001 From: Pavan Jadhaw Date: Fri, 8 Dec 2017 13:14:35 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa5d219..373a4e7 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Use dim + blurred image as desktop background To set desktop background on startup, add following lines to your .xintrc after pushing script to your path or you can use absolute path to script too ``` -exec lock -u ~/.wall.png & +exec lock.sh -u ~/.wall.png & exec lock.sh -w ```