From 60f61a0534a396f6b45519daef1b8c21aa2584de Mon Sep 17 00:00:00 2001 From: gigas002 Date: Mon, 1 Apr 2024 22:35:03 +0900 Subject: [PATCH] Update config.toml --- wayshot/config.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/wayshot/config.toml b/wayshot/config.toml index 8361cc9f..43150755 100644 --- a/wayshot/config.toml +++ b/wayshot/config.toml @@ -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"