diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-12 17:25:01 +0530 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-12 17:25:01 +0530 |
commit | 14ead9b9f107f54f936c76fc7cc8f0d6c22869c5 (patch) | |
tree | a3712ec1ebbd230b718f237828b61ed7d92f4c77 /README.md | |
parent | 825671bd5b0e2655fb36afc885caae04a87b0331 (diff) |
updating cache on eah startup no longer required
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -171,7 +171,8 @@ 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.sh -u ~/.wall.png & +# below line no longer needed as cached images are now permanently stored +# exec lock.sh -u ~/.wall.png & exec lock.sh -w ``` @@ -187,7 +188,8 @@ bindsym $mod+shift+x exec lock.sh --lock *update image cache and set last cached image as desktop background* ``` # Update image cache -exec --no-startup-id lock.sh -u ~/.wall.png +# no longer required as cached images are permanently stored +# exec --no-startup-id lock.sh -u ~/.wall.png # Set last used image as desktop background # comment out below line if you use different desktop background utility |