diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-08 13:14:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 13:14:35 +0530 |
commit | 870966244d817cbe9d5992416189553308595f9c (patch) | |
tree | f93f5be28cb0bf3d83e101179d611f88af468826 | |
parent | 8df83643451922c3abad6d43ed2da40bb18b211b (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |