diff options
Diffstat (limited to 'modules')
| -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; }; }; }; |