Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigas002 committed Apr 1, 2024
1 parent 629d380 commit 60f61a0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions wayshot/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@
# should contain cursor?
cursor = false
# should copy screenshot to clipborad?
clipboard = true
clipboard = false
# should write screenshot as file in filesystem?
fs = true
# should write screenshot in stdout?
stdout = false
# max logging level
log_level = "info"

# properties related to writing screenshot as file in filesystem
[fs]
# screenshots directory
path = "$HOME/images/screenshots"
# path = "$HOME/images/screenshots"
# screenshot filename format
format = "wayshot-%Y_%m_%d-%H_%M_%S"
# screenshot file encoding
encoding = "png"

# logging properties
[log]
# max logging level
level = "info"

0 comments on commit 60f61a0

Please sign in to comment.