diff options
| -rw-r--r-- | config/niri/config.kdl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |