diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-21 20:08:07 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-21 20:08:12 +0100 |
| commit | d692de4a04bfab29e6e34f3560c8a08e62a13390 (patch) | |
| tree | 8493fc299a70387b3a1c70a37351cb9f1c74de12 | |
| parent | 03d7197eada286bca3eb0ea0631a57dc1ed9c8c2 (diff) | |
Match niri screenshot directory with macos
| -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 |