From dd9bebf8b27d363130c9b2b1acb4a28def7eea40 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 27 Jun 2025 16:57:13 +0800 Subject: [PATCH] examples: niri.kdl: Use existing path for screenshots. * modules/rosenthal/examples/niri.kdl: Store screenshots under the home directory. --- modules/rosenthal/examples/niri.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rosenthal/examples/niri.kdl b/modules/rosenthal/examples/niri.kdl index fa7252b..92b963e 100644 --- a/modules/rosenthal/examples/niri.kdl +++ b/modules/rosenthal/examples/niri.kdl @@ -264,7 +264,7 @@ layout { // You can change the path where screenshots are saved. // A ~ at the front will be expanded to the home directory. // 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" +screenshot-path "~/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