Skip to content

Commit

Permalink
[Doc]: Add in new default behaviour for save_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Jul 24, 2024
1 parent 5cacfae commit b9942cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ There is a default config:
min_width = 0,
bg_x_padding = 122,
bg_y_padding = 82,
save_path = os.getenv("XDG_PICTURES_DIR") or (os.getenv("HOME").. "/Pictures")
}
```

Expand Down

0 comments on commit b9942cb

Please sign in to comment.