From d692de4a04bfab29e6e34f3560c8a08e62a13390 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 21 Mar 2026 20:08:07 +0100 Subject: Match niri screenshot directory with macos --- config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/niri/config.kdl b/config/niri/config.kdl index b7f4c38..7b155d7 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -266,7 +266,7 @@ prefer-no-csd // 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 "~/Pictures/screenshots/screenshot %Y-%m-%d at %H-%M-%S.png" // You can also set this to null to disable saving screenshots to disk. // screenshot-path null -- cgit