From 987934ee370cdb3b28560ac9903a54c48881fcf8 Mon Sep 17 00:00:00 2001 From: pips Date: Sat, 22 Mar 2025 10:26:55 +0100 Subject: [PATCH] feat(niri): change screenshot folder --- private_dot_config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/niri/config.kdl b/private_dot_config/niri/config.kdl index 68e4739..474403f 100644 --- a/private_dot_config/niri/config.kdl +++ b/private_dot_config/niri/config.kdl @@ -359,7 +359,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 "~/images/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