From 9dc7729cd5f5f107c98780cd978049ce1f82b2b1 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 10 Feb 2026 18:57:04 +0100 Subject: [PATCH] update screenshot location --- hosts/darwin/system-default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/darwin/system-default.nix b/hosts/darwin/system-default.nix index b42618f..e438fb4 100644 --- a/hosts/darwin/system-default.nix +++ b/hosts/darwin/system-default.nix @@ -113,8 +113,8 @@ }; screencapture = { - disable-shadow = false; # Disable shadow in screenshots - location = "~/Downloads"; # Default save location + disable-shadow = false; # Disable shadow in screenshots + location = "~/Media/dcim-consume/"; # Default save location type = "png"; # Screenshot format: png, jpg, pdf, etc. show-thumbnail = true; # Show thumbnail after taking screenshot };