From b0af1129c91a21e29da15f9c5ea6a6dd32c1d85d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 31 Oct 2023 14:23:54 +0400 Subject: Include filename in screenshot-path --- resources/default-config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 3de7667c..c383e6a9 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -112,7 +112,8 @@ gaps 16 // You can change the path where screenshots are saved. // A ~ at the front will be expanded to the home directory. -screenshot-path "~/Pictures/Screenshots" +// The path is formatted with strftime(3) to give you the screenshot date and time. +screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" // You can also set this to null to disable saving screenshots to disk. // screenshot-path null -- cgit