From 8fa5bf9a3644bb0548f85e83998781f7d055bb8d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 31 Oct 2023 08:57:44 +0400 Subject: Make screenshot path configurable --- resources/default-config.kdl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index e6c6e69f..a15b9bd9 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -110,6 +110,13 @@ preset-column-widths { // Set gaps around windows in logical pixels. 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" + +// You can also set this to null to disable saving screenshots to disk. +// screenshot-path null + binds { // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program -- cgit