From c7bdfbb27406d90f50e5d46908e0a4e1f96096b2 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:06:48 -0700 Subject: "Reformat" flameshot config --- modules/home/flameshot.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/home/flameshot.nix b/modules/home/flameshot.nix index d58dfe7..d238cec 100644 --- a/modules/home/flameshot.nix +++ b/modules/home/flameshot.nix @@ -7,15 +7,14 @@ settings = let c = config.theme.colors; in { General = { savePath = "Pictures/Screenshots"; + filenamePattern = "%F_%T"; + + saveAfterCopy = true; uiColor = "#${c.bg}"; contrastUiColor = "#${c.accent}"; - - filenamePattern = "%F_%T"; - startupLaunch = false; - saveAfterCopy = true; }; }; }; -- cgit v1.2.3