diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-12 20:06:48 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-12 20:06:48 -0700 |
| commit | c7bdfbb27406d90f50e5d46908e0a4e1f96096b2 (patch) | |
| tree | 021632492e6f2f2b611d422cc84fa3e35ea69b89 | |
| parent | 6981d57733a1c3d7bcec000a9b4ca95af84f9e15 (diff) | |
"Reformat" flameshot config
| -rw-r--r-- | modules/home/flameshot.nix | 7 |
1 files 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; }; }; }; |